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