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