Package org.neo4j.cypherdsl.core
Interface FunctionInvocation.FunctionDefinition
-
- Enclosing class:
- FunctionInvocation
@API(status=STABLE, since="2020.1.0") public static interface FunctionInvocation.FunctionDefinitionDefines metadata for a function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetImplementationName()default booleanisAggregate()
-
-
-
Method Detail
-
getImplementationName
String getImplementationName()
-
isAggregate
default boolean isAggregate()
-
-