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

    Type Alias FusedRollingSchema<S, FM>

    FusedRollingSchema: readonly [S[0], ...FusedRollingColumns<S, FM>[]]

    Output schema for live.rolling(fusedMapping, opts) on a non- partitioned source. Preserves the source's first-column kind (matches today's RollingSchema<S, M> for the single-window case) and unions every window's output columns into the rest.

    Type Parameters