Uses of Interface
org.apache.drill.exec.record.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
-
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.aggregate
Modifier and TypeMethodDescriptionInternalBatch.getValueAccessorById
(Class<?> clazz, int[] fieldIds) SpilledRecordBatch.getValueAccessorById
(Class<?> clazz, int... ids) ModifierConstructorDescriptionInternalBatch
(RecordBatch incoming, VectorWrapper<?>[] ignoreWrappers, OperatorContext oContext) -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.partitionsender
Modifier and TypeMethodDescriptionPartitionerTemplate.OutgoingRecordBatch.getValueAccessorById
(Class<?> clazz, int... fieldIds) -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.protocol
Modifier and TypeMethodDescriptionBatchAccessor.getValueAccessorById
(Class<?> clazz, int... ids) OperatorRecordBatch.getValueAccessorById
(Class<?> clazz, int... ids) VectorContainerAccessor.getValueAccessorById
(Class<?> clazz, int... ids) -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.svremover
-
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.unorderedreceiver
Modifier and TypeMethodDescriptionUnorderedReceiverBatch.getValueAccessorById
(Class<?> clazz, int... ids) -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.validate
Modifier and TypeMethodDescriptionIteratorValidatorBatchIterator.getValueAccessorById
(Class<?> clazz, int... ids) -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.window
Modifier and TypeMethodDescriptionWindowDataBatch.getValueAccessorById
(Class<?> clazz, int... fieldIds) -
Uses of VectorWrapper in org.apache.drill.exec.physical.impl.xsort
-
Uses of VectorWrapper in org.apache.drill.exec.physical.resultSet.model.hyper
-
Uses of VectorWrapper in org.apache.drill.exec.planner.physical
Modifier 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
Modifier and TypeClassDescriptionclass
HyperVectorWrapper<T extends ValueVector>
class
SimpleVectorWrapper<T extends ValueVector>
Modifier 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) Modifier and TypeMethodDescriptionAbstractRecordBatch.iterator()
RecordBatchLoader.iterator()
RecordIterator.iterator()
SchemalessBatch.iterator()
SimpleRecordBatch.iterator()
VectorContainer.iterator()
Modifier 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) Modifier and TypeMethodDescriptionstatic WritableBatch
WritableBatch.getBatchNoHVWrap
(int recordCount, Iterable<VectorWrapper<?>> vws, boolean isSV2) -
Uses of VectorWrapper in org.apache.drill.exec.store.drill.plugin
Modifier and TypeMethodDescriptionDrillRecordReader.getValueAccessorById
(Class<?> clazz, int... ids)