Crate otlp2parquet_writer

Crate otlp2parquet_writer 

Source
Expand description

OTLP to Parquet writer.

This crate provides a unified writer interface for writing OTLP data to Parquet files.

Structs§

WriteBatchRequest
Request parameters for writing a batch to storage
WriteMultiBatchRequest
Request parameters for writing multiple batches as separate row groups (zero-copy on WASM)

Enums§

WriterError
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_batch with concatenated batches on non-WASM platforms.

Type Aliases§

Result
Result type alias for WriterError