Uses of Class
io.trino.array.LongBigArray

  • Uses of LongBigArray in io.trino.array

    Methods in io.trino.array with parameters of type LongBigArray
    Modifier and Type
    Method
    Description
    void
    LongBigArray.copyTo(long sourceIndex, LongBigArray destination, long destinationIndex, long length)
    Copies this array, beginning at the specified sourceIndex, to the specified destinationIndex of the destination array.