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
Modifier and TypeMethodDescriptionReturns the Cypher implementation name.default booleanReturnstrueif this is an aggregating function.
-
Method Details
-
getImplementationName
String getImplementationName()Returns the Cypher implementation name.- Returns:
- the Cypher implementation name
-
isAggregate
default boolean isAggregate()Returnstrueif this is an aggregating function.- Returns:
trueif this is an aggregating function
-