pond-ts API Reference (core)
    Preparing search index...

    Type Alias IntervalLabelKind

    IntervalLabelKind: "string" | "number"

    Discriminated label storage for IntervalKeyColumn. 'string' labels go into a StringColumn (typically dict-encoded); 'number' labels go into a Float64Column. The discriminator lets row-API consumers materialize labels with the correct type (preserving string | number IntervalValue semantics) without an instanceof check.