Uses of Enum
org.apache.drill.exec.physical.impl.join.RowKeyJoin.RowKeyJoinState
-
Uses of RowKeyJoin.RowKeyJoinState in org.apache.drill.exec.physical.impl.join
Modifier and TypeFieldDescriptionprotected RowKeyJoin.RowKeyJoinState
AbstractHashBinaryRecordBatch.rkJoinState
Modifier and TypeMethodDescriptionHashJoinBatch.getRowKeyJoinState()
RowKeyJoin.getRowKeyJoinState()
Get the current RowKeyJoinState.RowKeyJoinBatch.getRowKeyJoinState()
static RowKeyJoin.RowKeyJoinState
Returns 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.Modifier and TypeMethodDescriptionvoid
HashJoinBatch.setRowKeyJoinState
(RowKeyJoin.RowKeyJoinState newState) void
RowKeyJoin.setRowKeyJoinState
(RowKeyJoin.RowKeyJoinState newState) Set the RowKeyJoinState (this is useful for maintaining state for row key join algorithm)void
RowKeyJoinBatch.setRowKeyJoinState
(RowKeyJoin.RowKeyJoinState newState)