getMergeInstance

fun getMergeInstance(slice: RandomAccessInput, bitsPerValue: Int, numValues: Long): LongValues?

Retrieves an instance that is specialized for merges and is typically faster at sequential access but slower at random access.


fun getMergeInstance(slice: RandomAccessInput, bitsPerValue: Int, baseOffset: Long, numValues: Long): LongValues?

Retrieves an instance that is specialized for merges and is typically faster at sequential access.