Traqula
    Preparing search index...

    Algebra operation taking a single operation as input.

    interface OrderBy {
        expressions: Algebra.Expression[];
        input: Algebra.Operation;
        subType?: string;
        type: ORDER_BY;
    }

    Hierarchy (View Summary)

    Index

    Properties

    expressions: Algebra.Expression[]
    subType?: string
    type: ORDER_BY