Uses of Class
io.trino.array.IntBigArray

  • Uses of IntBigArray in io.trino.array

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