Expand description
Arrow schema for the otel_spans view
Arrow schema for the otel_spans view.
Per the plan, trace_id is FixedSizeBinary[16] and span_id / parent_span_id
are FixedSizeBinary[8] — the lengths are fixed by W3C Trace Context, so the
variable-Binary offsets array would be pure overhead.