Expand description
OTLP to Parquet writer.
This crate provides a unified writer interface for writing OTLP data to Parquet files.
Structs§
- Write
Batch Request - Request parameters for writing a batch to storage
- Write
Multi Batch Request - Request parameters for writing multiple batches as separate row groups (zero-copy on WASM)
Enums§
- Writer
Error - Errors that can occur during OTLP writing operations
Functions§
- get_
operator_ clone - Clone the global storage operator for external users.
- initialize_
storage - Initialize storage operator from RuntimeConfig
- set_
parquet_ row_ group_ size - Configure the global Parquet row group size used by Arrow writers.
- write_
batch - write_
multi_ batch - Non-WASM stub for write_multi_batch - returns an error.
Use
write_batchwith concatenated batches on non-WASM platforms.
Type Aliases§
- Result
- Result type alias for WriterError