Type Alias ColumnarTelemetryKindExperimental

ColumnarTelemetryKind:
    | "columnar-transfer"
    | "columnar-worker-operation"
    | "columnar-cache-read"
    | "columnar-cache-write"
    | "columnar-patch-apply"
    | "columnar-result-conversion"

The columnar operations that emit spans. Each value names one measurable unit of work, not one function: columnar-transfer covers the ownership handoff whether an application or the worker session performs it.