public interface HiveRelNode
extends org.apache.calcite.rel.RelNode
Modifier and Type | Interface and Description |
---|---|
static class |
HiveRelNode.Implementor |
Modifier and Type | Field and Description |
---|---|
static org.apache.calcite.plan.Convention |
CONVENTION
Calling convention for relational operations that occur in Hive.
|
Modifier and Type | Method and Description |
---|---|
void |
implement(HiveRelNode.Implementor implementor) |
accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, copy, explain, getChildExps, getCollationList, getConvention, getCorrelVariable, getExpectedInputRowType, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTable, getVariablesStopped, isDistinct, isKey, isValid, metadata, onRegister, recomputeDigest, register, replaceInput
static final org.apache.calcite.plan.Convention CONVENTION
void implement(HiveRelNode.Implementor implementor)
Copyright © 2017 The Apache Software Foundation. All rights reserved.