Package org.apache.calcite.adapter.elasticsearch
package org.apache.calcite.adapter.elasticsearch
Query provider based on an Elasticsearch2 DB.
-
ClassDescriptionImplementation of
Aggregaterelational expression for ElasticSearch.Implementation of aFilterrelational expression in Elasticsearch.Implementation ofProjectrelational expression in Elasticsearch.Relational expression that uses Elasticsearch calling convention.Callback for the implementation process that converts a tree ofElasticsearchRelnodes into an Elasticsearch query.Each table in the schema is an ELASTICSEARCH index.Factory that creates anElasticsearchSchema.Internal object used to parse elastic search result.Concrete result record which matched the query.Similar toSearchHitsin ES.Implementation ofSortrelational expression in Elasticsearch.Table based on an Elasticsearch index.Implementation ofQueryablebased on aElasticsearchTable.Relational expression representing a scan of an Elasticsearch type.Relational expression representing a scan of a table in an Elasticsearch data source.Rule to convert a relational expression fromElasticsearchRel.CONVENTIONtoEnumerableConvention.