Companion

object Companion

Properties

Link copied to clipboard
const val MAX_BLOCK_SHIFT: Int = 22
Link copied to clipboard
const val MIN_BLOCK_SHIFT: Int = 2

Functions

Link copied to clipboard
fun getInstance(metaOut: IndexOutput, dataOut: IndexOutput, numValues: Long, blockShift: Int): DirectMonotonicWriter

Returns an instance suitable for encoding numValues into monotonic blocks of 2blockShift values. Metadata will be written to metaOut and actual data to dataOut.