Interface FunctionInvocation.FunctionDefinition

Enclosing class:
FunctionInvocation

@API(status=STABLE, since="2020.1.0") public static interface FunctionInvocation.FunctionDefinition
Defines metadata for a function.
  • Method Details

    • getImplementationName

      String getImplementationName()
      Returns:
      the Cypher implementation name
    • isAggregate

      default boolean isAggregate()
      Returns:
      true if this is an aggregating function