Uses of Class
org.apache.drill.exec.physical.impl.project.ProjectRecordBatch
Packages that use ProjectRecordBatch
-
Uses of ProjectRecordBatch in org.apache.drill.exec.physical.impl.project
Methods in org.apache.drill.exec.physical.impl.project that return ProjectRecordBatchModifier and TypeMethodDescriptionComplexToJsonBatchCreator.getBatch
(ExecutorFragmentContext context, ComplexToJson flatten, List<RecordBatch> children) ProjectBatchCreator.getBatch
(ExecutorFragmentContext context, Project config, List<RecordBatch> children) Methods in org.apache.drill.exec.physical.impl.project with parameters of type ProjectRecordBatchModifier and TypeMethodDescriptionvoid
ProjectMemoryManager.init
(RecordBatch incomingBatch, ProjectRecordBatch outgoingBatch) Constructors in org.apache.drill.exec.physical.impl.project with parameters of type ProjectRecordBatchModifierConstructorDescriptionProjectBatchBuilder
(ProjectRecordBatch projectBatch, VectorContainer container, SchemaChangeCallBack callBack, RecordBatch incomingBatch)