Modules§
Enums§
Constants§
- DATE_
FORMAT - DEFAULT_
SCHEMA_ INFER_ MAX_ RECORD - FILE_
PATTERN - FORMAT_
COMPRESSION_ TYPE - FORMAT_
DELIMITER - FORMAT_
HAS_ HEADER - FORMAT_
SCHEMA_ INFER_ MAX_ RECORD - FORMAT_
TYPE - TIMESTAMP_
FORMAT - TIME_
FORMAT
Traits§
Functions§
- file_
to_ stream - Creates a [FileStream] for reading data from a file with optional column projection and compression support.
- infer_
schemas - open_
with_ decoder - stream_
to_ file - Streams [SendableRecordBatchStream] to a file with optional compression support.
Data is buffered and flushed according to the given
threshold. Ensures that writer resources are cleanly released and that an empty file is not created if no rows are written. - write_
to_ 🔒compressed_ writer - Writes data to a compressed writer if the data is not empty.