Member Junction
    Preparing search index...

    Interface AggregateResult

    Result of a single aggregate expression calculation

    interface AggregateResult {
        alias: string;
        error?: string;
        expression: string;
        value: AggregateValue;
    }
    Index

    Properties

    alias: string

    The alias (or expression if no alias provided)

    error?: string

    If calculation failed, the error message

    expression: string

    The expression that was calculated

    The calculated value