Interface WherePath

    • Method Detail

      • where

        GroupByPath where​(Expression expression)
        Filter resulting rows based on the given expression.
        Parameters:
        expression - the filter expression.
        Returns:
        the next possible steps.
      • where

        GroupByPath where​(String expression)
        Filter resulting rows based on the given expression. The given string will be converted into an expression internally.
        Parameters:
        expression - the filter expression.
        Returns:
        the next possible steps.