Uses of Interface
org.apache.drill.exec.record.VectorWrapper
Packages that use VectorWrapper
Package
Description
Defines a revised implementation of the Drill RecordBatch protocol.
Implementation of a row set model for hyper-batches.
Drill storage plugin.
-
Uses of VectorWrapper in org.apache.drill.exec.physical.impl
Methods in org.apache.drill.exec.physical.impl that return VectorWrapperMethods in org.apache.drill.exec.physical.impl that return types with arguments of type VectorWrapper -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.aggregate
Methods in org.apache.drill.exec.physical.impl.aggregate that return VectorWrapperModifier and TypeMethodDescriptionInternalBatch.getValueAccessorById
(Class<?> clazz, int[] fieldIds) SpilledRecordBatch.getValueAccessorById
(Class<?> clazz, int... ids) Methods in org.apache.drill.exec.physical.impl.aggregate that return types with arguments of type VectorWrapperConstructors in org.apache.drill.exec.physical.impl.aggregate with parameters of type VectorWrapperModifierConstructorDescriptionInternalBatch
(RecordBatch incoming, VectorWrapper<?>[] ignoreWrappers, OperatorContext oContext) -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.partitionsender
Methods in org.apache.drill.exec.physical.impl.partitionsender that return VectorWrapperModifier and TypeMethodDescriptionPartitionerTemplate.OutgoingRecordBatch.getValueAccessorById
(Class<?> clazz, int... fieldIds) Methods in org.apache.drill.exec.physical.impl.partitionsender that return types with arguments of type VectorWrapper -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.protocol
Methods in org.apache.drill.exec.physical.impl.protocol that return VectorWrapperModifier and TypeMethodDescriptionBatchAccessor.getValueAccessorById
(Class<?> clazz, int... ids) OperatorRecordBatch.getValueAccessorById
(Class<?> clazz, int... ids) VectorContainerAccessor.getValueAccessorById
(Class<?> clazz, int... ids) Methods in org.apache.drill.exec.physical.impl.protocol that return types with arguments of type VectorWrapper -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.svremover
Fields in org.apache.drill.exec.physical.impl.svremover declared as VectorWrapper -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.unorderedreceiver
Methods in org.apache.drill.exec.physical.impl.unorderedreceiver that return VectorWrapperModifier and TypeMethodDescriptionUnorderedReceiverBatch.getValueAccessorById
(Class<?> clazz, int... ids) Methods in org.apache.drill.exec.physical.impl.unorderedreceiver that return types with arguments of type VectorWrapper -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.validate
Methods in org.apache.drill.exec.physical.impl.validate that return VectorWrapperModifier and TypeMethodDescriptionIteratorValidatorBatchIterator.getValueAccessorById
(Class<?> clazz, int... ids) Methods in org.apache.drill.exec.physical.impl.validate that return types with arguments of type VectorWrapper -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.window
Methods in org.apache.drill.exec.physical.impl.window that return VectorWrapperModifier and TypeMethodDescriptionWindowDataBatch.getValueAccessorById
(Class<?> clazz, int... fieldIds) Methods in org.apache.drill.exec.physical.impl.window that return types with arguments of type VectorWrapper -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.xsort
Methods in org.apache.drill.exec.physical.impl.xsort that return VectorWrapperMethods in org.apache.drill.exec.physical.impl.xsort that return types with arguments of type VectorWrapper -
Uses of VectorWrapper in org.apache.drill.exec.physical.resultSet.model.hyper
Constructors in org.apache.drill.exec.physical.resultSet.model.hyper with parameters of type VectorWrapper -
Uses of VectorWrapper in org.apache.drill.exec.planner.physical
Method parameters in org.apache.drill.exec.planner.physical with type arguments of type VectorWrapperModifier and TypeMethodDescriptionabstract void
AbstractRangePartitionFunction.setup
(List<VectorWrapper<?>> partitionKeys) void
PartitionFunction.setup
(List<VectorWrapper<?>> partitionKeys) Setup method for the partitioning function -
Uses of VectorWrapper in org.apache.drill.exec.record
Classes in org.apache.drill.exec.record that implement VectorWrapperModifier and TypeClassDescriptionclass
HyperVectorWrapper<T extends ValueVector>
class
SimpleVectorWrapper<T extends ValueVector>
Fields in org.apache.drill.exec.record with type parameters of type VectorWrapperMethods in org.apache.drill.exec.record that return VectorWrapperModifier and TypeMethodDescriptionHyperVectorWrapper.cloneAndTransfer
(BufferAllocator allocator) SimpleVectorWrapper.cloneAndTransfer
(BufferAllocator allocator) VectorWrapper.cloneAndTransfer
(BufferAllocator allocator) HyperVectorWrapper.getChildWrapper
(int[] ids) SimpleVectorWrapper.getChildWrapper
(int[] ids) VectorWrapper.getChildWrapper
(int[] ids) AbstractRecordBatch.getValueAccessorById
(Class<?> clazz, int... ids) RecordBatch.getValueAccessorById
(Class<?> clazz, int... ids) RecordBatchLoader.getValueAccessorById
(Class<?> clazz, int... ids) RecordIterator.getValueAccessorById
(Class<?> clazz, int... ids) SchemalessBatch.getValueAccessorById
(Class<?> clazz, int... ids) SimpleRecordBatch.getValueAccessorById
(Class<?> clazz, int... ids) VectorAccessible.getValueAccessorById
(Class<?> clazz, int... fieldIds) VectorContainer.getValueAccessorById
(Class<?> clazz, int... fieldIds) VectorContainer.getValueVector
(int index) Methods in org.apache.drill.exec.record that return types with arguments of type VectorWrapperModifier and TypeMethodDescriptionAbstractRecordBatch.iterator()
RecordBatchLoader.iterator()
RecordIterator.iterator()
SchemalessBatch.iterator()
SimpleRecordBatch.iterator()
VectorContainer.iterator()
Methods in org.apache.drill.exec.record with parameters of type VectorWrapperModifier and TypeMethodDescriptionstatic VectorContainer
VectorContainer.getTransferClone
(VectorAccessible incoming, VectorWrapper<?>[] ignoreWrappers, OperatorContext oContext) void
HyperVectorWrapper.transfer
(VectorWrapper<?> destination) Transfer vectors to destination HyperVectorWrapper.void
SimpleVectorWrapper.transfer
(VectorWrapper<?> destination) void
VectorWrapper.transfer
(VectorWrapper<?> destination) Method parameters in org.apache.drill.exec.record with type arguments of type VectorWrapperModifier and TypeMethodDescriptionstatic WritableBatch
WritableBatch.getBatchNoHVWrap
(int recordCount, Iterable<VectorWrapper<?>> vws, boolean isSV2) -
Uses of VectorWrapper in org.apache.drill.exec.store.drill.plugin
Methods in org.apache.drill.exec.store.drill.plugin that return VectorWrapperModifier and TypeMethodDescriptionDrillRecordReader.getValueAccessorById
(Class<?> clazz, int... ids) Methods in org.apache.drill.exec.store.drill.plugin that return types with arguments of type VectorWrapper