Class PartitionLimitBatchCreator
java.lang.Object
org.apache.drill.exec.physical.impl.limit.PartitionLimitBatchCreator
- All Implemented Interfaces:
BatchCreator<PartitionLimit>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBatch
(ExecutorFragmentContext context, PartitionLimit config, List<RecordBatch> children)
-
Constructor Details
-
PartitionLimitBatchCreator
public PartitionLimitBatchCreator()
-
-
Method Details
-
getBatch
public PartitionLimitRecordBatch getBatch(ExecutorFragmentContext context, PartitionLimit config, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
getBatch
in interfaceBatchCreator<PartitionLimit>
- Throws:
ExecutionSetupException
-