Class ElasticsearchTableScan

java.lang.Object
org.apache.calcite.rel.AbstractRelNode
org.apache.calcite.rel.core.TableScan
org.apache.calcite.adapter.elasticsearch.ElasticsearchTableScan
All Implemented Interfaces:
Cloneable, ElasticsearchRel, RelOptNode, Hintable, RelNode

public class ElasticsearchTableScan extends TableScan implements ElasticsearchRel
Relational expression representing a scan of an Elasticsearch type.

Additional operations might be applied, using the "find" method.