Interface ColumnRowFilter.Builder

    • Method Detail

      • columnName

        ColumnRowFilter.Builder columnName​(String columnName)

        A string containing the name of the column.

        Parameters:
        columnName - A string containing the name of the column.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rowFilterExpression

        ColumnRowFilter.Builder rowFilterExpression​(String rowFilterExpression)

        A string containing the row-level filter expression.

        Parameters:
        rowFilterExpression - A string containing the row-level filter expression.
        Returns:
        Returns a reference to this object so that method calls can be chained together.