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