Class NativeAggregateFunction

All Implemented Interfaces:
AssignmentTestable, AggregateFunction, Function
Direct Known Subclasses:
AggregateFcts.CountRowsFunction

public abstract class NativeAggregateFunction extends NativeFunction implements AggregateFunction
Base class for the AggregateFunction native classes.
  • Constructor Details

  • Method Details

    • 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.