See: Description
| Interface | Description |
|---|---|
| ElasticsearchRel |
Relational expression that uses Elasticsearch calling convention.
|
| Class | Description |
|---|---|
| ElasticsearchEnumerator |
Enumerator that reads from an Elasticsearch type.
|
| ElasticsearchFilter |
Implementation of a
Filter
relational expression in Elasticsearch. |
| ElasticsearchFilter.Translator |
Translates
RexNode expressions into Elasticsearch expression strings. |
| ElasticsearchProject |
Implementation of
Project
relational expression in Elasticsearch. |
| ElasticsearchRel.Implementor |
Callback for the implementation process that converts a tree of
ElasticsearchRel nodes into an Elasticsearch query. |
| ElasticsearchRules |
Rules and relational operators for
ELASTICSEARCH
calling convention. |
| 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. |
| ElasticsearchRules.RexToElasticsearchTranslator |
Translator from
RexNode to strings in Elasticsearch's expression
language. |
| ElasticsearchSchema |
Schema mapped onto an index of ELASTICSEARCH types.
|
| ElasticsearchSchemaFactory |
Factory that creates a
ElasticsearchSchema. |
| ElasticsearchSort |
Implementation of
Sort
relational expression in Elasticsearch. |
| ElasticsearchTable |
Table based on an Elasticsearch type.
|
| ElasticsearchTable.ElasticsearchQueryable<T> |
Implementation of
Queryable based on
a ElasticsearchTable. |
| ElasticsearchTableScan |
Relational expression representing a scan of an Elasticsearch type.
|
| ElasticsearchToEnumerableConverter |
Relational expression representing a scan of a table in an Elasticsearch data source.
|
| ElasticsearchToEnumerableConverterRule |
Rule to convert a relational expression from
ElasticsearchRel.CONVENTION to EnumerableConvention. |
| Enum | Description |
|---|---|
| ElasticsearchMethod |
Builtin methods in the Elasticsearch adapter.
|
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.