Interface FilterOperation.Builder

    • Method Detail

      • conditionExpression

        FilterOperation.Builder conditionExpression​(String conditionExpression)

        An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.

        Parameters:
        conditionExpression - An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.