Interface NamespaceAggsHandleFunction<N>

    • Method Detail

      • getValue

        RowData getValue​(N namespace)
                  throws Exception
        Gets the result of the aggregation from the current accumulators and namespace properties (like window start).
        Parameters:
        namespace - the namespace properties which should be calculated, such window start
        Returns:
        the final result (saved in a row) of the current accumulators.
        Throws:
        Exception