Traqula
    Preparing search index...

    Algebra operation taking a single operation as input.

    interface Group {
        aggregates: Algebra.BoundAggregate[];
        input: Algebra.Operation;
        subType?: string;
        type: GROUP;
        variables: Variable[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    aggregates: Algebra.BoundAggregate[]
    subType?: string
    type: GROUP
    variables: Variable[]