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

    Hierarchy (View Summary)

    Index

    Properties

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