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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getImplementationName()
default boolean
isAggregate()
-
-
-
Method Detail
-
getImplementationName
String getImplementationName()
-
isAggregate
default boolean isAggregate()
-
-