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

    Type Alias ArrayAggregateReplaceSchema<S, Col, Op, ExplicitKind>

    ArrayAggregateReplaceSchema: readonly [
        S[0],
        ...ReplaceColumnKind<
            ValueColumnsForSchema<S>,
            Col,
            ArrayAggregateKind<Op, ExplicitKind>,
        >,
    ]

    Schema for arrayAggregate(col, reducer) replacing the array column in place with the reducer's output kind.

    Type Parameters