tsqtsq - v1.2.0
    Preparing search index...

    Type Alias AggregationParams

    Parameters for aggregation operators (sum, avg, count, etc.).

    type AggregationParams = {
        by?: string[];
        expr: string;
        without?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    by?: string[]

    drop all labels except these from the result vector

    expr: string

    vector expression to aggregate

    without?: string[]

    remove these labels from the result vector