pub static NUMBER_DP: LazyLock<SchemaRef>Expand description
NUMBER_DP — gauge and sum points.
int and double are separate nullable columns rather than one Float64,
because OTLP’s as_int is sfixed64 and a counter past 2^53 would silently
lose its low bits on the way through an f64. Exactly one is set per row.