Class NativeScalarFunction

    • Constructor Detail

      • NativeScalarFunction

        protected NativeScalarFunction​(java.lang.String name,
                                       AbstractType<?> returnType,
                                       AbstractType<?>... argsType)
    • Method Detail

      • isAggregate

        public final boolean isAggregate()
        Description copied from interface: Function
        Checks whether the function is an aggregate function or not.
        Specified by:
        isAggregate in interface Function
        Returns:
        true if the function is an aggregate function, false otherwise.