PointsWriter

abstract class PointsWriter : AutoCloseable

Abstract API to write points

Inheritors

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract fun finish()

Called once at the end before close

Link copied to clipboard
open fun merge(mergeState: MergeState)

Default merge implementation to merge incoming points readers by visiting all their points and adding to this writer

Link copied to clipboard
abstract fun writeField(fieldInfo: FieldInfo, values: PointsReader)

Write all values contained in the provided reader