OfflinePointWriter
open class OfflinePointWriter(val config: BKDConfig, val tempDir: Directory, tempFileNamePrefix: String, desc: String, val expectedCount: Long) : PointWriter
Writes points to disk in a fixed-with format.
Constructors
Functions
Link copied to clipboard
Add a new point from a PointValue
Add a new point from the packed value and docId
Link copied to clipboard
Returns a PointReader iterator to step through all previously added points