Class PartitionLimitBatchCreator
java.lang.Object
org.apache.drill.exec.physical.impl.limit.PartitionLimitBatchCreator
- All Implemented Interfaces:
BatchCreator<PartitionLimit>
-
Constructor Summary
Constructors -
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:
getBatchin interfaceBatchCreator<PartitionLimit>- Throws:
ExecutionSetupException
-