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