Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface FunctionInvocation.FunctionDefinition
- Enclosing class:
- FunctionInvocation
@API(status=STABLE,
since="2020.1.0")
public static interface FunctionInvocation.FunctionDefinition
Defines metadata for a function.
-
Method Summary
-
Method Details
-
getImplementationName
String getImplementationName()- Returns:
- the Cypher implementation name
-
isAggregate
default boolean isAggregate()- Returns:
- true if this is an aggregating function
-