simple feature type
output stream
map of field names to dictionary values, used for dictionary encoding fields. All values must be provided up front.
encoding options
buffer allocator
Buffer a feature to write
Buffer a feature to write
simple feature
Close the writer and flush any buffered features
Close the writer and flush any buffered features
Writs any currently buffered features to disk.
Writs any currently buffered features to disk. This will create an ArrowBatch containing the currently buffered features.
simple feature type
Start writing - this will write the schema and any dictionaries.
Start writing - this will write the schema and any dictionaries. Optional operation, adding a feature or closing the writer will automatically start if needed.
For writing simple features to an arrow file.
Uses arrow streaming format (no footer).