Interface ElasticsearchRel

All Superinterfaces:
Cloneable, RelNode, RelOptNode
All Known Implementing Classes:
ElasticsearchAggregate, ElasticsearchFilter, ElasticsearchProject, ElasticsearchSort, ElasticsearchTableScan

public interface ElasticsearchRel extends RelNode
Relational expression that uses Elasticsearch calling convention.
  • Field Details

    • CONVENTION

      static final Convention CONVENTION
      Calling convention for relational operations that occur in Elasticsearch.
  • Method Details