All Superinterfaces:
Serializable
All Known Subinterfaces:
AggregateFunction<S,R>, BoundFunction, ScalarFunction<R>, UnboundFunction

@Evolving public interface Function extends Serializable
Base class for user-defined functions.
Since:
3.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    A name to identify this function.
  • Method Details

    • name

      String name()
      A name to identify this function. Implementations should provide a meaningful name, like the database and function name from the catalog.