Cypher Builder - v2.7.1
    Preparing search index...

    Type Alias Expr

    Expr:
        | BooleanOp
        | ComparisonOp
        | MathOp
        | ConcatOp
        | Variable
        | Literal
        | Property
        | Function
        | Predicate
        | ListComprehension
        | PatternComprehension
        | Map
        | MapProjection
        | List
        | ListIndex
        | Case<ComparisonOp>
        | Collect

    Represents a Cypher Expression