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.RowKeyJoinState
AbstractHashBinaryRecordBatch.rkJoinState
Methods 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.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.Methods in org.apache.drill.exec.physical.impl.join with parameters of type RowKeyJoin.RowKeyJoinStateModifier 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)