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

    Type Alias FillMapping<S>

    FillMapping: {
        [K in ValueColumnsForSchema<S>[number]["name"]]?:
            | FillStrategy
            | ScalarValue
    }

    Per-column fill spec for TimeSeries.fill(mapping, options?) and the partitioned variant. Values are either a FillStrategy name or a literal ScalarValue (the latter is treated as a constant fill, e.g. host: 'unknown'). Columns not listed are left untouched.

    Type Parameters