Interface TransferPair

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 Details

    • transfer

      void transfer()
    • splitAndTransfer

      void splitAndTransfer(int startIndex, int length)
    • getTo

      ValueVector getTo()
    • copyValueSafe

      void copyValueSafe(int from, int to)