| Class and Description |
|---|
| 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. |
| ElasticsearchTable
Table based on an Elasticsearch type.
|
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.