pub fn logs_request_to_batch(
req: &ExportLogsServiceRequest,
schema: &SchemaRef,
received_at_nanos: i64,
) -> Result<Option<RecordBatch>, ArrowError>Expand description
Convert an ExportLogsServiceRequest into an Arrow RecordBatch.
ยงErrors
Returns ArrowError if column construction fails.