Traqula
    Preparing search index...

    Open interface describing an expression

    interface GroupConcatExpression {
        aggregator: "group_concat";
        distinct: boolean;
        expression: Algebra.Expression;
        separator?: string;
        subType: AGGREGATE;
        type: EXPRESSION;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aggregator: "group_concat"
    distinct: boolean
    expression: Algebra.Expression
    separator?: string
    subType: AGGREGATE