Uses of Class
org.apache.drill.exec.vector.SchemaChangeCallBack
Packages that use SchemaChangeCallBack
Package
Description
-
Uses of SchemaChangeCallBack in org.apache.drill.exec.physical.impl.project
Constructors in org.apache.drill.exec.physical.impl.project with parameters of type SchemaChangeCallBackModifierConstructorDescriptionProjectBatchBuilder
(ProjectRecordBatch projectBatch, VectorContainer container, SchemaChangeCallBack callBack, RecordBatch incomingBatch) -
Uses of SchemaChangeCallBack in org.apache.drill.exec.physical.impl.svremover
Methods in org.apache.drill.exec.physical.impl.svremover with parameters of type SchemaChangeCallBackModifier and TypeMethodDescriptionstatic Copier
GenericCopierFactory.createAndSetupCopier
(RecordBatch incoming, VectorContainer outputContainer, SchemaChangeCallBack callBack) Constructors in org.apache.drill.exec.physical.impl.svremover with parameters of type SchemaChangeCallBackModifierConstructorDescriptionGenericSV2Copier
(RecordBatch incomingBatch, VectorContainer outputContainer, SchemaChangeCallBack callBack) GenericSV4Copier
(RecordBatch incomingBatch, VectorContainer outputContainer, SchemaChangeCallBack callBack) StraightCopier
(RecordBatch incomingBatch, VectorContainer outputContainer, SchemaChangeCallBack callBack) -
Uses of SchemaChangeCallBack in org.apache.drill.exec.record
Fields in org.apache.drill.exec.record declared as SchemaChangeCallBackModifier and TypeFieldDescriptionprotected SchemaChangeCallBack
AbstractUnaryRecordBatch.callBack
Methods in org.apache.drill.exec.record with parameters of type SchemaChangeCallBackModifier and TypeMethodDescription<T extends ValueVector>
TVectorContainer.addOrGet
(MaterializedField field, SchemaChangeCallBack callBack) This method should be called with MaterializedField which also has correct children field list specially when the field type is MAP.