Class NativeAggregateFunction

    • Constructor Detail

      • NativeAggregateFunction

        protected NativeAggregateFunction​(java.lang.String name,
                                          AbstractType<?> returnType,
                                          AbstractType<?>... argTypes)
    • 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.