Traqula
    Preparing search index...
    interface Group {
        aggregates: Algebra.BoundAggregate[];
        input: Algebra.Operation;
        metadata?: Record<string, unknown>;
        type: GROUP;
        variables: Variable[];
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    aggregates: Algebra.BoundAggregate[]
    metadata?: Record<string, unknown>
    type: GROUP
    variables: Variable[]