Uses of Enum
org.apache.drill.exec.physical.impl.join.RowKeyJoin.RowKeyJoinState
Packages that use RowKeyJoin.RowKeyJoinState
-
Uses of RowKeyJoin.RowKeyJoinState in org.apache.drill.exec.physical.impl.join
Fields in org.apache.drill.exec.physical.impl.join declared as RowKeyJoin.RowKeyJoinStateModifier and TypeFieldDescriptionprotected RowKeyJoin.RowKeyJoinStateAbstractHashBinaryRecordBatch.rkJoinStateMethods in org.apache.drill.exec.physical.impl.join that return RowKeyJoin.RowKeyJoinStateModifier and TypeMethodDescriptionHashJoinBatch.getRowKeyJoinState()RowKeyJoin.getRowKeyJoinState()Get the current RowKeyJoinState.RowKeyJoinBatch.getRowKeyJoinState()static RowKeyJoin.RowKeyJoinStateReturns the enum constant of this type with the specified name.static RowKeyJoin.RowKeyJoinState[]RowKeyJoin.RowKeyJoinState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.drill.exec.physical.impl.join with parameters of type RowKeyJoin.RowKeyJoinStateModifier and TypeMethodDescriptionvoidHashJoinBatch.setRowKeyJoinState(RowKeyJoin.RowKeyJoinState newState) voidRowKeyJoin.setRowKeyJoinState(RowKeyJoin.RowKeyJoinState newState) Set the RowKeyJoinState (this is useful for maintaining state for row key join algorithm)voidRowKeyJoinBatch.setRowKeyJoinState(RowKeyJoin.RowKeyJoinState newState)