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

    Type Alias ArrayExplodeAppendSchema<S, Name, OutputKind>

    ArrayExplodeAppendSchema: AppendColumn<S, Name, OutputKind>

    Schema for arrayExplode(col, { as }) — appends a scalar column with the per-element value and keeps the source array column intact; each output event still carries the full array on that source column.

    Type Parameters