Uses of Interface
org.apache.drill.exec.record.TransferPair
Packages that use TransferPair
Package
Description
-
Uses of TransferPair in org.apache.drill.exec.physical.impl.filter
Methods in org.apache.drill.exec.physical.impl.filter with parameters of type TransferPairModifier and TypeMethodDescriptionvoid
Filterer.setup
(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, TransferPair[] transfers) void
FilterTemplate2.setup
(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, TransferPair[] transfers) void
FilterTemplate4.setup
(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, TransferPair[] transfers) -
Uses of TransferPair in org.apache.drill.exec.physical.impl.flatten
Method parameters in org.apache.drill.exec.physical.impl.flatten with type arguments of type TransferPairModifier and TypeMethodDescriptionvoid
Flattener.setup
(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, List<TransferPair> transfers) final void
FlattenTemplate.setup
(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, List<TransferPair> transfers) -
Uses of TransferPair in org.apache.drill.exec.physical.impl.orderedpartitioner
Method parameters in org.apache.drill.exec.physical.impl.orderedpartitioner with type arguments of type TransferPairModifier and TypeMethodDescriptionvoid
OrderedPartitionProjector.setup
(FragmentContext context, VectorAccessible incoming, RecordBatch outgoing, List<TransferPair> transfers, VectorContainer partitionVectors, int partitions, SchemaPath outputField) final void
OrderedPartitionProjectorTemplate.setup
(FragmentContext context, VectorAccessible incoming, RecordBatch outgoing, List<TransferPair> transfers, VectorContainer partitionVectors, int partitions, SchemaPath outputField) -
Uses of TransferPair in org.apache.drill.exec.physical.impl.project
Methods in org.apache.drill.exec.physical.impl.project that return types with arguments of type TransferPairMethod parameters in org.apache.drill.exec.physical.impl.project with type arguments of type TransferPairModifier and TypeMethodDescriptionvoid
Projector.setup
(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, List<TransferPair> transfers) final void
ProjectorTemplate.setup
(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, List<TransferPair> transfers) -
Uses of TransferPair in org.apache.drill.exec.physical.impl.svremover
Fields in org.apache.drill.exec.physical.impl.svremover with type parameters of type TransferPair -
Uses of TransferPair in org.apache.drill.exec.physical.impl.union
Method parameters in org.apache.drill.exec.physical.impl.union with type arguments of type TransferPairModifier and TypeMethodDescriptionvoid
UnionAller.setup
(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, List<TransferPair> transfers) final void
UnionAllerTemplate.setup
(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, List<TransferPair> transfers) -
Uses of TransferPair in org.apache.drill.exec.physical.impl.unnest
Method parameters in org.apache.drill.exec.physical.impl.unnest with type arguments of type TransferPairModifier and TypeMethodDescriptionvoid
Unnest.setup
(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, List<TransferPair> transfers) final void
UnnestImpl.setup
(FragmentContext context, RecordBatch incoming, RecordBatch outgoing, List<TransferPair> transfers) -
Uses of TransferPair in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector that return TransferPairModifier and TypeMethodDescriptionBaseValueVector.getTransferPair
(BufferAllocator allocator) BigIntVector.getTransferPair
(String ref, BufferAllocator allocator) BigIntVector.getTransferPair
(BufferAllocator allocator) BitVector.getTransferPair
(String ref, BufferAllocator allocator) BitVector.getTransferPair
(BufferAllocator allocator) DateVector.getTransferPair
(String ref, BufferAllocator allocator) DateVector.getTransferPair
(BufferAllocator allocator) Decimal18Vector.getTransferPair
(String ref, BufferAllocator allocator) Decimal18Vector.getTransferPair
(BufferAllocator allocator) Decimal28DenseVector.getTransferPair
(String ref, BufferAllocator allocator) Decimal28DenseVector.getTransferPair
(BufferAllocator allocator) Decimal28SparseVector.getTransferPair
(String ref, BufferAllocator allocator) Decimal28SparseVector.getTransferPair
(BufferAllocator allocator) Decimal38DenseVector.getTransferPair
(String ref, BufferAllocator allocator) Decimal38DenseVector.getTransferPair
(BufferAllocator allocator) Decimal38SparseVector.getTransferPair
(String ref, BufferAllocator allocator) Decimal38SparseVector.getTransferPair
(BufferAllocator allocator) Decimal9Vector.getTransferPair
(String ref, BufferAllocator allocator) Decimal9Vector.getTransferPair
(BufferAllocator allocator) Float4Vector.getTransferPair
(String ref, BufferAllocator allocator) Float4Vector.getTransferPair
(BufferAllocator allocator) Float8Vector.getTransferPair
(String ref, BufferAllocator allocator) Float8Vector.getTransferPair
(BufferAllocator allocator) IntervalDayVector.getTransferPair
(String ref, BufferAllocator allocator) IntervalDayVector.getTransferPair
(BufferAllocator allocator) IntervalVector.getTransferPair
(String ref, BufferAllocator allocator) IntervalVector.getTransferPair
(BufferAllocator allocator) IntervalYearVector.getTransferPair
(String ref, BufferAllocator allocator) IntervalYearVector.getTransferPair
(BufferAllocator allocator) IntVector.getTransferPair
(String ref, BufferAllocator allocator) IntVector.getTransferPair
(BufferAllocator allocator) NullableBigIntVector.getTransferPair
(String ref, BufferAllocator allocator) NullableBigIntVector.getTransferPair
(BufferAllocator allocator) NullableBitVector.getTransferPair
(String ref, BufferAllocator allocator) NullableBitVector.getTransferPair
(BufferAllocator allocator) NullableDateVector.getTransferPair
(String ref, BufferAllocator allocator) NullableDateVector.getTransferPair
(BufferAllocator allocator) NullableDecimal18Vector.getTransferPair
(String ref, BufferAllocator allocator) NullableDecimal18Vector.getTransferPair
(BufferAllocator allocator) NullableDecimal28DenseVector.getTransferPair
(String ref, BufferAllocator allocator) NullableDecimal28DenseVector.getTransferPair
(BufferAllocator allocator) NullableDecimal28SparseVector.getTransferPair
(String ref, BufferAllocator allocator) NullableDecimal28SparseVector.getTransferPair
(BufferAllocator allocator) NullableDecimal38DenseVector.getTransferPair
(String ref, BufferAllocator allocator) NullableDecimal38DenseVector.getTransferPair
(BufferAllocator allocator) NullableDecimal38SparseVector.getTransferPair
(String ref, BufferAllocator allocator) NullableDecimal38SparseVector.getTransferPair
(BufferAllocator allocator) NullableDecimal9Vector.getTransferPair
(String ref, BufferAllocator allocator) NullableDecimal9Vector.getTransferPair
(BufferAllocator allocator) NullableFloat4Vector.getTransferPair
(String ref, BufferAllocator allocator) NullableFloat4Vector.getTransferPair
(BufferAllocator allocator) NullableFloat8Vector.getTransferPair
(String ref, BufferAllocator allocator) NullableFloat8Vector.getTransferPair
(BufferAllocator allocator) NullableIntervalDayVector.getTransferPair
(String ref, BufferAllocator allocator) NullableIntervalDayVector.getTransferPair
(BufferAllocator allocator) NullableIntervalVector.getTransferPair
(String ref, BufferAllocator allocator) NullableIntervalVector.getTransferPair
(BufferAllocator allocator) NullableIntervalYearVector.getTransferPair
(String ref, BufferAllocator allocator) NullableIntervalYearVector.getTransferPair
(BufferAllocator allocator) NullableIntVector.getTransferPair
(String ref, BufferAllocator allocator) NullableIntVector.getTransferPair
(BufferAllocator allocator) NullableSmallIntVector.getTransferPair
(String ref, BufferAllocator allocator) NullableSmallIntVector.getTransferPair
(BufferAllocator allocator) NullableTimeStampVector.getTransferPair
(String ref, BufferAllocator allocator) NullableTimeStampVector.getTransferPair
(BufferAllocator allocator) NullableTimeVector.getTransferPair
(String ref, BufferAllocator allocator) NullableTimeVector.getTransferPair
(BufferAllocator allocator) NullableTinyIntVector.getTransferPair
(String ref, BufferAllocator allocator) NullableTinyIntVector.getTransferPair
(BufferAllocator allocator) NullableUInt1Vector.getTransferPair
(String ref, BufferAllocator allocator) NullableUInt1Vector.getTransferPair
(BufferAllocator allocator) NullableUInt2Vector.getTransferPair
(String ref, BufferAllocator allocator) NullableUInt2Vector.getTransferPair
(BufferAllocator allocator) NullableUInt4Vector.getTransferPair
(String ref, BufferAllocator allocator) NullableUInt4Vector.getTransferPair
(BufferAllocator allocator) NullableUInt8Vector.getTransferPair
(String ref, BufferAllocator allocator) NullableUInt8Vector.getTransferPair
(BufferAllocator allocator) NullableVar16CharVector.getTransferPair
(String ref, BufferAllocator allocator) NullableVar16CharVector.getTransferPair
(BufferAllocator allocator) NullableVarBinaryVector.getTransferPair
(String ref, BufferAllocator allocator) NullableVarBinaryVector.getTransferPair
(BufferAllocator allocator) NullableVarCharVector.getTransferPair
(String ref, BufferAllocator allocator) NullableVarCharVector.getTransferPair
(BufferAllocator allocator) NullableVarDecimalVector.getTransferPair
(String ref, BufferAllocator allocator) NullableVarDecimalVector.getTransferPair
(BufferAllocator allocator) ObjectVector.getTransferPair
(String ref, BufferAllocator allocator) ObjectVector.getTransferPair
(BufferAllocator allocator) RepeatedBigIntVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedBigIntVector.getTransferPair
(BufferAllocator allocator) RepeatedBitVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedBitVector.getTransferPair
(BufferAllocator allocator) RepeatedDateVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedDateVector.getTransferPair
(BufferAllocator allocator) RepeatedDecimal18Vector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedDecimal18Vector.getTransferPair
(BufferAllocator allocator) RepeatedDecimal28DenseVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedDecimal28DenseVector.getTransferPair
(BufferAllocator allocator) RepeatedDecimal28SparseVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedDecimal28SparseVector.getTransferPair
(BufferAllocator allocator) RepeatedDecimal38DenseVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedDecimal38DenseVector.getTransferPair
(BufferAllocator allocator) RepeatedDecimal38SparseVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedDecimal38SparseVector.getTransferPair
(BufferAllocator allocator) RepeatedDecimal9Vector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedDecimal9Vector.getTransferPair
(BufferAllocator allocator) RepeatedFloat4Vector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedFloat4Vector.getTransferPair
(BufferAllocator allocator) RepeatedFloat8Vector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedFloat8Vector.getTransferPair
(BufferAllocator allocator) RepeatedIntervalDayVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedIntervalDayVector.getTransferPair
(BufferAllocator allocator) RepeatedIntervalVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedIntervalVector.getTransferPair
(BufferAllocator allocator) RepeatedIntervalYearVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedIntervalYearVector.getTransferPair
(BufferAllocator allocator) RepeatedIntVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedIntVector.getTransferPair
(BufferAllocator allocator) RepeatedSmallIntVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedSmallIntVector.getTransferPair
(BufferAllocator allocator) RepeatedTimeStampVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedTimeStampVector.getTransferPair
(BufferAllocator allocator) RepeatedTimeVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedTimeVector.getTransferPair
(BufferAllocator allocator) RepeatedTinyIntVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedTinyIntVector.getTransferPair
(BufferAllocator allocator) RepeatedUInt1Vector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedUInt1Vector.getTransferPair
(BufferAllocator allocator) RepeatedUInt2Vector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedUInt2Vector.getTransferPair
(BufferAllocator allocator) RepeatedUInt4Vector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedUInt4Vector.getTransferPair
(BufferAllocator allocator) RepeatedUInt8Vector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedUInt8Vector.getTransferPair
(BufferAllocator allocator) RepeatedVar16CharVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedVar16CharVector.getTransferPair
(BufferAllocator allocator) RepeatedVarBinaryVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedVarBinaryVector.getTransferPair
(BufferAllocator allocator) RepeatedVarCharVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedVarCharVector.getTransferPair
(BufferAllocator allocator) RepeatedVarDecimalVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedVarDecimalVector.getTransferPair
(BufferAllocator allocator) SmallIntVector.getTransferPair
(String ref, BufferAllocator allocator) SmallIntVector.getTransferPair
(BufferAllocator allocator) TimeStampVector.getTransferPair
(String ref, BufferAllocator allocator) TimeStampVector.getTransferPair
(BufferAllocator allocator) TimeVector.getTransferPair
(String ref, BufferAllocator allocator) TimeVector.getTransferPair
(BufferAllocator allocator) TinyIntVector.getTransferPair
(String ref, BufferAllocator allocator) TinyIntVector.getTransferPair
(BufferAllocator allocator) UInt1Vector.getTransferPair
(String ref, BufferAllocator allocator) UInt1Vector.getTransferPair
(BufferAllocator allocator) UInt2Vector.getTransferPair
(String ref, BufferAllocator allocator) UInt2Vector.getTransferPair
(BufferAllocator allocator) UInt4Vector.getTransferPair
(String ref, BufferAllocator allocator) UInt4Vector.getTransferPair
(BufferAllocator allocator) UInt8Vector.getTransferPair
(String ref, BufferAllocator allocator) UInt8Vector.getTransferPair
(BufferAllocator allocator) UntypedNullVector.getTransferPair
(String ref, BufferAllocator allocator) UntypedNullVector.getTransferPair
(BufferAllocator allocator) ValueVector.getTransferPair
(String ref, BufferAllocator allocator) ValueVector.getTransferPair
(BufferAllocator allocator) Returns atransfer pair
, creating a new target vector of the same type.Var16CharVector.getTransferPair
(String ref, BufferAllocator allocator) Var16CharVector.getTransferPair
(BufferAllocator allocator) VarBinaryVector.getTransferPair
(String ref, BufferAllocator allocator) VarBinaryVector.getTransferPair
(BufferAllocator allocator) VarCharVector.getTransferPair
(String ref, BufferAllocator allocator) VarCharVector.getTransferPair
(BufferAllocator allocator) VarDecimalVector.getTransferPair
(String ref, BufferAllocator allocator) VarDecimalVector.getTransferPair
(BufferAllocator allocator) ZeroVector.getTransferPair
(String ref, BufferAllocator allocator) ZeroVector.getTransferPair
(BufferAllocator allocator) BigIntVector.makeTransferPair
(ValueVector to) BitVector.makeTransferPair
(ValueVector to) DateVector.makeTransferPair
(ValueVector to) Decimal18Vector.makeTransferPair
(ValueVector to) Decimal28DenseVector.makeTransferPair
(ValueVector to) Decimal28SparseVector.makeTransferPair
(ValueVector to) Decimal38DenseVector.makeTransferPair
(ValueVector to) Decimal38SparseVector.makeTransferPair
(ValueVector to) Decimal9Vector.makeTransferPair
(ValueVector to) Float4Vector.makeTransferPair
(ValueVector to) Float8Vector.makeTransferPair
(ValueVector to) IntervalDayVector.makeTransferPair
(ValueVector to) IntervalVector.makeTransferPair
(ValueVector to) IntervalYearVector.makeTransferPair
(ValueVector to) IntVector.makeTransferPair
(ValueVector to) NullableBigIntVector.makeTransferPair
(ValueVector to) NullableBitVector.makeTransferPair
(ValueVector to) NullableDateVector.makeTransferPair
(ValueVector to) NullableDecimal18Vector.makeTransferPair
(ValueVector to) NullableDecimal28DenseVector.makeTransferPair
(ValueVector to) NullableDecimal28SparseVector.makeTransferPair
(ValueVector to) NullableDecimal38DenseVector.makeTransferPair
(ValueVector to) NullableDecimal38SparseVector.makeTransferPair
(ValueVector to) NullableDecimal9Vector.makeTransferPair
(ValueVector to) NullableFloat4Vector.makeTransferPair
(ValueVector to) NullableFloat8Vector.makeTransferPair
(ValueVector to) NullableIntervalDayVector.makeTransferPair
(ValueVector to) NullableIntervalVector.makeTransferPair
(ValueVector to) NullableIntervalYearVector.makeTransferPair
(ValueVector to) NullableIntVector.makeTransferPair
(ValueVector to) NullableSmallIntVector.makeTransferPair
(ValueVector to) NullableTimeStampVector.makeTransferPair
(ValueVector to) NullableTimeVector.makeTransferPair
(ValueVector to) NullableTinyIntVector.makeTransferPair
(ValueVector to) NullableUInt1Vector.makeTransferPair
(ValueVector to) NullableUInt2Vector.makeTransferPair
(ValueVector to) NullableUInt4Vector.makeTransferPair
(ValueVector to) NullableUInt8Vector.makeTransferPair
(ValueVector to) NullableVar16CharVector.makeTransferPair
(ValueVector to) NullableVarBinaryVector.makeTransferPair
(ValueVector to) NullableVarCharVector.makeTransferPair
(ValueVector to) NullableVarDecimalVector.makeTransferPair
(ValueVector to) ObjectVector.makeTransferPair
(ValueVector to) RepeatedBigIntVector.makeTransferPair
(ValueVector to) RepeatedBitVector.makeTransferPair
(ValueVector to) RepeatedDateVector.makeTransferPair
(ValueVector to) RepeatedDecimal18Vector.makeTransferPair
(ValueVector to) RepeatedDecimal28DenseVector.makeTransferPair
(ValueVector to) RepeatedDecimal28SparseVector.makeTransferPair
(ValueVector to) RepeatedDecimal38DenseVector.makeTransferPair
(ValueVector to) RepeatedDecimal38SparseVector.makeTransferPair
(ValueVector to) RepeatedDecimal9Vector.makeTransferPair
(ValueVector to) RepeatedFloat4Vector.makeTransferPair
(ValueVector to) RepeatedFloat8Vector.makeTransferPair
(ValueVector to) RepeatedIntervalDayVector.makeTransferPair
(ValueVector to) RepeatedIntervalVector.makeTransferPair
(ValueVector to) RepeatedIntervalYearVector.makeTransferPair
(ValueVector to) RepeatedIntVector.makeTransferPair
(ValueVector to) RepeatedSmallIntVector.makeTransferPair
(ValueVector to) RepeatedTimeStampVector.makeTransferPair
(ValueVector to) RepeatedTimeVector.makeTransferPair
(ValueVector to) RepeatedTinyIntVector.makeTransferPair
(ValueVector to) RepeatedUInt1Vector.makeTransferPair
(ValueVector to) RepeatedUInt2Vector.makeTransferPair
(ValueVector to) RepeatedUInt4Vector.makeTransferPair
(ValueVector to) RepeatedUInt8Vector.makeTransferPair
(ValueVector to) RepeatedVar16CharVector.makeTransferPair
(ValueVector to) RepeatedVarBinaryVector.makeTransferPair
(ValueVector to) RepeatedVarCharVector.makeTransferPair
(ValueVector to) RepeatedVarDecimalVector.makeTransferPair
(ValueVector to) SmallIntVector.makeTransferPair
(ValueVector to) TimeStampVector.makeTransferPair
(ValueVector to) TimeVector.makeTransferPair
(ValueVector to) TinyIntVector.makeTransferPair
(ValueVector to) UInt1Vector.makeTransferPair
(ValueVector to) UInt2Vector.makeTransferPair
(ValueVector to) UInt4Vector.makeTransferPair
(ValueVector to) UInt8Vector.makeTransferPair
(ValueVector to) UntypedNullVector.makeTransferPair
(ValueVector to) ValueVector.makeTransferPair
(ValueVector target) Returns a newtransfer pair
that is used to transfer underlying buffers into the target vector.Var16CharVector.makeTransferPair
(ValueVector to) VarBinaryVector.makeTransferPair
(ValueVector to) VarCharVector.makeTransferPair
(ValueVector to) VarDecimalVector.makeTransferPair
(ValueVector to) ZeroVector.makeTransferPair
(ValueVector target) -
Uses of TransferPair in org.apache.drill.exec.vector.complex
Classes in org.apache.drill.exec.vector.complex that implement TransferPairModifier and TypeClassDescriptionprotected class
protected static class
class
class
protected class
Fields in org.apache.drill.exec.vector.complex declared as TransferPairModifier and TypeFieldDescriptionprotected final TransferPair[]
BaseRepeatedValueVector.BaseRepeatedValueVectorTransferPair.children
Methods in org.apache.drill.exec.vector.complex that return TransferPairModifier and TypeMethodDescriptionDictVector.getTransferPair
(String ref, BufferAllocator allocator) DictVector.getTransferPair
(BufferAllocator allocator) ListVector.getTransferPair
(String ref, BufferAllocator allocator) MapVector.getTransferPair
(String ref, BufferAllocator allocator) MapVector.getTransferPair
(BufferAllocator allocator) RepeatedDictVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedListVector.DelegateRepeatedVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedListVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedListVector.getTransferPair
(BufferAllocator allocator) RepeatedMapVector.getTransferPair
(String ref, BufferAllocator allocator) RepeatedMapVector.getTransferPair
(BufferAllocator allocator) UnionVector.getTransferPair
(String ref, BufferAllocator allocator) UnionVector.getTransferPair
(BufferAllocator allocator) AbstractRepeatedMapVector.getTransferPairToSingleMap
(String reference, BufferAllocator allocator) DictVector.makeTransferPair
(DictVector to) DictVector.makeTransferPair
(ValueVector to) ListVector.makeTransferPair
(ValueVector target) MapVector.makeTransferPair
(ValueVector to) RepeatedDictVector.makeTransferPair
(ValueVector target) RepeatedListVector.DelegateRepeatedVector.makeTransferPair
(ValueVector target) RepeatedListVector.makeTransferPair
(ValueVector to) RepeatedMapVector.makeTransferPair
(ValueVector to) UnionVector.makeTransferPair
(ValueVector target) Constructors in org.apache.drill.exec.vector.complex with parameters of type TransferPair