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 Type
    Method
    Description
    Returns the Cypher implementation name.
    default boolean
    Returns true if this is an aggregating function.
  • Method Details

    • getImplementationName

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

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