final case classCaseExpr(alternatives: IndexedSeq[(Expr, Expr)], default: Option[Expr])(cypherType: CypherType = CTWildcard) extends Expr with Product with Serializable
final case classCoalesce(exprs: IndexedSeq[Expr])(cypherType: CypherType = CTWildcard) extends FunctionExpr with Product with Serializable
final case classCollect(expr: Expr, distinct: Boolean)(cypherType: CypherType = CTWildcard) extends Aggregator with Product with Serializable
final case classCount(expr: Expr, distinct: Boolean)(cypherType: CypherType = CTWildcard) extends Aggregator with Product with Serializable
Describes a Cypher expression.
Cypher Expressions in the Neo4j Manual