@pond-ts/process API Reference
    Preparing search index...

    Type Alias WireColumn

    WireColumn:
        | { data: ColumnBuffers; kind: "buffers" }
        | { kind: "boxed"; values: readonly (number | undefined)[] }

    A column on the wire: buffers where possible, boxed where not.