Class UserFunction

java.lang.Object
org.apache.cassandra.cql3.functions.AbstractFunction
org.apache.cassandra.cql3.functions.UserFunction
All Implemented Interfaces:
AssignmentTestable, Function, SchemaElement
Direct Known Subclasses:
UDAggregate, UDFunction

public abstract class UserFunction extends AbstractFunction implements SchemaElement
A non-native, user-defined function, like UDFs and UDAs.
  • Constructor Details

  • Method Details

    • isNative

      public final boolean isNative()
      Description copied from interface: Function
      Checks whether the function is a native/hard coded one or not.
      Specified by:
      isNative in interface Function
      Returns:
      true if the function is a native/hard coded one, false otherwise.