- All Known Implementing Classes:
NonNullableStructVector.StructTransferPair
,StructVector.NullableStructTransferPair
,TimeStampVector.TransferImpl
public interface TransferPair
Interface for copying values between a pair of two vectors of the same type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copyValueSafe
(int from, int to) getTo()
void
splitAndTransfer
(int startIndex, int length) void
transfer()
-
Method Details
-
transfer
void transfer() -
splitAndTransfer
void splitAndTransfer(int startIndex, int length) -
getTo
ValueVector getTo() -
copyValueSafe
void copyValueSafe(int from, int to)
-