| Package | Description |
|---|---|
| org.apache.calcite.adapter.elasticsearch |
Base classes for a query provider based on an Elasticsearch DB.
|
| Class and Description |
|---|
| AbstractElasticsearchTable
Table based on an Elasticsearch type.
|
| ElasticsearchMethod
Builtin methods in the Elasticsearch adapter.
|
| ElasticsearchRel
Relational expression that uses Elasticsearch calling convention.
|
| ElasticsearchRel.Implementor
Callback for the implementation process that converts a tree of
ElasticsearchRel nodes into an Elasticsearch query. |
| ElasticsearchRules.ElasticsearchConverterRule
Base class for planner rules that convert a relational expression to
Elasticsearch calling convention.
|
| ElasticsearchRules.ElasticsearchFilterRule
Rule to convert a
LogicalFilter to an
ElasticsearchFilter. |
| ElasticsearchRules.ElasticsearchProjectRule
Rule to convert a
LogicalProject
to an ElasticsearchProject. |
| ElasticsearchRules.ElasticsearchSortRule
Rule to convert a
Sort to an
ElasticsearchSort. |
| MapProjectionFieldVisitor
Visitor that extracts the actual field name from an item expression.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.