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

    Type Alias ArrayValue

    ArrayValue: ReadonlyArray<ScalarValue>

    A read-only array of scalars. Array-kind columns carry values of this type. Currently populated by reducers that collapse a bucket into a list (e.g. unique). Inert with respect to numerical operators (diff, rate, cumulative, rolling) — those filter to kind: 'number' columns.