Package org.apache.calcite.adapter.arrow
Interface ArrowRel
- All Superinterfaces:
Cloneable,RelNode,RelOptNode
Relational expression that uses the Arrow calling convention.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classCallback for the implementation process that converts a tree ofArrowRelnodes into a SQL query.Nested classes/interfaces inherited from interface org.apache.calcite.rel.RelNode
RelNode.Context -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConventionCalling convention for relational operations that occur in Arrow. -
Method Summary
Methods inherited from interface org.apache.calcite.rel.RelNode
accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, copy, deepEquals, deepHashCode, estimateRowCount, explain, explain, fieldIsNullable, getConvention, getCorrelVariable, getDigest, getExpectedInputRowType, getInput, getInputs, getRelDigest, getRelTypeName, getRowType, getTable, getVariablesSet, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, replaceInput, strippedMethods inherited from interface org.apache.calcite.plan.RelOptNode
getCluster, getDescription, getId, getTraitSet
-
Field Details
-
CONVENTION
Calling convention for relational operations that occur in Arrow.
-
-
Method Details
-
implement
-