Uses of Enum
org.apache.drill.exec.record.AbstractRecordBatch.BatchState
Packages that use AbstractRecordBatch.BatchState
-
Uses of AbstractRecordBatch.BatchState in org.apache.drill.exec.physical.impl.join
Methods in org.apache.drill.exec.physical.impl.join that return AbstractRecordBatch.BatchStateModifier and TypeMethodDescriptionHashJoinBatch.getBatchState()RowKeyJoin.getBatchState()Get the current BatchState (this is useful when performing row key join)RowKeyJoinBatch.getBatchState()Methods in org.apache.drill.exec.physical.impl.join with parameters of type AbstractRecordBatch.BatchStateModifier and TypeMethodDescriptionvoidHashJoinBatch.setBatchState(AbstractRecordBatch.BatchState newState) voidRowKeyJoin.setBatchState(AbstractRecordBatch.BatchState newState) Set the BatchState (this is useful when performing row key join)voidRowKeyJoinBatch.setBatchState(AbstractRecordBatch.BatchState newState) -
Uses of AbstractRecordBatch.BatchState in org.apache.drill.exec.record
Fields in org.apache.drill.exec.record declared as AbstractRecordBatch.BatchStateModifier and TypeFieldDescriptionprotected AbstractRecordBatch.BatchStateAbstractRecordBatch.stateMethods in org.apache.drill.exec.record that return AbstractRecordBatch.BatchStateModifier 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.