Package org.apache.arrow.vector.complex
Class NonNullableStructVector.StructTransferPair
java.lang.Object
org.apache.arrow.vector.complex.NonNullableStructVector.StructTransferPair
- All Implemented Interfaces:
TransferPair
- Direct Known Subclasses:
StructVector.NullableStructTransferPair
- Enclosing class:
NonNullableStructVector
protected static class NonNullableStructVector.StructTransferPair
extends Object
implements TransferPair
TransferPair for this this class.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStructTransferPair(NonNullableStructVector from, NonNullableStructVector to, boolean allocate) -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyValueSafe(int from, int to) getTo()voidsplitAndTransfer(int startIndex, int length) voidtransfer()
-
Constructor Details
-
StructTransferPair
-
StructTransferPair
protected StructTransferPair(NonNullableStructVector from, NonNullableStructVector to, boolean allocate)
-
-
Method Details
-
transfer
public void transfer()- Specified by:
transferin interfaceTransferPair
-
getTo
- Specified by:
getToin interfaceTransferPair
-
copyValueSafe
public void copyValueSafe(int from, int to) - Specified by:
copyValueSafein interfaceTransferPair
-
splitAndTransfer
public void splitAndTransfer(int startIndex, int length) - Specified by:
splitAndTransferin interfaceTransferPair
-