Interface ImplementableAggFunction

    • Method Detail

      • getImplementor

        AggImplementor getImplementor​(boolean windowContext)
        Returns implementor that translates the function to linq4j expression.
        Parameters:
        windowContext - true when aggregate is used in window context
        Returns:
        implementor that translates the function to linq4j expression.