Uses of Class
org.neo4j.cypherdsl.core.ast.TypedSubtree
-
Packages that use TypedSubtree Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher.org.neo4j.cypherdsl.core.internal This is basically the kitchen sink for all classes that must be public but are not actually part of the public API. -
-
Uses of TypedSubtree in org.neo4j.cypherdsl.core
Subclasses of TypedSubtree in org.neo4j.cypherdsl.core Modifier and Type Class Description classMapExpressionA dedicated map expression.classOrderRepresents the list of sort items that make up the order of records in a result set.classReductionA typed subtree representing the arguments of a call to thereduce()function. -
Uses of TypedSubtree in org.neo4j.cypherdsl.core.internal
Subclasses of TypedSubtree in org.neo4j.cypherdsl.core.internal Modifier and Type Class Description classYieldItemsItems yielded by a stand alone or in query call.
-