public interface ElasticsearchRel
extends org.apache.calcite.rel.RelNode
| Modifier and Type | Interface and Description |
|---|---|
static class |
ElasticsearchRel.Implementor
Callback for the implementation process that converts a tree of
ElasticsearchRel nodes into an Elasticsearch query. |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.plan.Convention |
CONVENTION
Calling convention for relational operations that occur in Elasticsearch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
implement(ElasticsearchRel.Implementor implementor) |
accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, computeSelfCost, copy, estimateRowCount, explain, getChildExps, getCollationList, getConvention, getCorrelVariable, getDigest, getExpectedInputRowType, getInput, getInputs, getQuery, getRelDigest, getRelTypeName, getRows, getRowType, getTable, getVariablesSet, getVariablesStopped, isDistinct, isEnforcer, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, replaceInputstatic final org.apache.calcite.plan.Convention CONVENTION
void implement(ElasticsearchRel.Implementor implementor)
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.