public interface DrillJoin extends DrillRelNode
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.rex.RexNode |
getCondition() |
org.apache.calcite.rel.core.JoinRelType |
getJoinType() |
org.apache.calcite.rel.RelNode |
getLeft() |
List<Integer> |
getLeftKeys() |
org.apache.calcite.rel.RelNode |
getRight() |
List<Integer> |
getRightKeys() |
boolean |
isSemiJoin() |
accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, computeSelfCost, copy, estimateRowCount, explain, getChildExps, getCollationList, getConvention, getCorrelVariable, getExpectedInputRowType, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTable, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, replaceInput
Copyright © 1970 The Apache Software Foundation. All rights reserved.