Interface IUserDefinedAggregateFunction

    • Method Detail

      • getAggregatedDataType

        int getAggregatedDataType()
        Returns the output type of the aggregates of this user-defined aggregate function.
        Returns:
        the output type
      • getFunction

        static IUserDefinedAggregateFunction getFunction​(String pluginKey)
        Returns the IUserDefinedAggregateFunction associated with this plugin using the input key.

        This method uses the current registry obtained through Registry.getRegistry().

        Parameters:
        pluginKey - The target function's plugin key
        Returns:
        The target function