Class TraceBatchCreator
java.lang.Object
org.apache.drill.exec.physical.impl.trace.TraceBatchCreator
- All Implemented Interfaces:
BatchCreator<Trace>
-
Constructor Summary
Constructors -
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:
getBatchin interfaceBatchCreator<Trace>- Throws:
ExecutionSetupException
-