Interface QueryReducer<T>

    • Method Detail

      • reduceField

        T reduceField​(QueryVisitorFieldEnvironment fieldEnvironment,
                      T acc)
        Called each time a field is visited.
        Parameters:
        fieldEnvironment - the environment to this call
        acc - the previous result
        Returns:
        the new result