Package org.apache.calcite.adapter.elasticsearch
package org.apache.calcite.adapter.elasticsearch
Query provider based on an Elasticsearch2 DB.
-
ClassDescriptionImplementation of
Aggregate
relational expression for ElasticSearch.Implementation of aFilter
relational expression in Elasticsearch.Implementation ofProject
relational expression in Elasticsearch.Relational expression that uses Elasticsearch calling convention.Callback for the implementation process that converts a tree ofElasticsearchRel
nodes 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 toSearchHits
in ES.Implementation ofSort
relational expression in Elasticsearch.Table based on an Elasticsearch index.Implementation ofQueryable
based 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.CONVENTION
toEnumerableConvention
.