Uses of Enum
org.apache.drill.exec.record.AbstractRecordBatch.BatchState
-
Uses of AbstractRecordBatch.BatchState in org.apache.drill.exec.physical.impl.join
Modifier and TypeMethodDescriptionHashJoinBatch.getBatchState()
RowKeyJoin.getBatchState()
Get the current BatchState (this is useful when performing row key join)RowKeyJoinBatch.getBatchState()
Modifier and TypeMethodDescriptionvoid
HashJoinBatch.setBatchState
(AbstractRecordBatch.BatchState newState) void
RowKeyJoin.setBatchState
(AbstractRecordBatch.BatchState newState) Set the BatchState (this is useful when performing row key join)void
RowKeyJoinBatch.setBatchState
(AbstractRecordBatch.BatchState newState) -
Uses of AbstractRecordBatch.BatchState in org.apache.drill.exec.record
Modifier and TypeFieldDescriptionprotected AbstractRecordBatch.BatchState
AbstractRecordBatch.state
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AbstractRecordBatch.BatchState[]
AbstractRecordBatch.BatchState.values()
Returns an array containing the constants of this enum type, in the order they are declared.