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