Companion

object Companion

Functions

Link copied to clipboard
fun compressBytes(raw: ByteArray, compressed: ByteArray)
Link copied to clipboard
fun compressedArray(dimension: Int, bits: Byte): ByteArray?
Link copied to clipboard
fun decompressBytes(compressed: ByteArray, numBytes: Int)
Link copied to clipboard
fun load(configuration: OrdToDocDISIReaderConfiguration, dimension: Int, size: Int, scalarQuantizer: ScalarQuantizer?, similarityFunction: VectorSimilarityFunction, vectorsScorer: FlatVectorsScorer, compress: Boolean, quantizedVectorDataOffset: Long, quantizedVectorDataLength: Long, vectorData: IndexInput): OffHeapQuantizedByteVectorValues