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

    Type Alias TimeSeriesInput<S>

    type TimeSeriesInput<S extends SeriesSchema> = {
        name: string;
        rows: ReadonlyArray<RowForSchema<S>>;
        schema: S;
    }

    Type Parameters

    Index

    Properties

    Properties

    name: string
    rows: ReadonlyArray<RowForSchema<S>>
    schema: S