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