Class FVecReader
java.lang.Object
io.nosqlbench.virtdata.library.ivecfvec.FVecReader
- All Implemented Interfaces:
LongFunction<float[]>
Reads ivec files with random access, using the input to specify the record number.
-
Constructor Summary
ConstructorsConstructorDescriptionFVecReader(String pathname) FVecReader(String pathname, int expectedDimensions, int recordLimit) -
Method Summary
-
Constructor Details
-
FVecReader
-
FVecReader
-
-
Method Details
-
apply
public float[] apply(long value) - Specified by:
applyin interfaceLongFunction<float[]>
-