Uses of Class
io.trino.array.ShortBigArray

  • Uses of ShortBigArray in io.trino.array

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