Interface AnalysisRuleIdMappingTable.Builder

    • Method Detail

      • joinColumns

        AnalysisRuleIdMappingTable.Builder joinColumns​(Collection<String> joinColumns)

        The columns that query runners are allowed to use in an INNER JOIN statement.

        Parameters:
        joinColumns - The columns that query runners are allowed to use in an INNER JOIN statement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • joinColumns

        AnalysisRuleIdMappingTable.Builder joinColumns​(String... joinColumns)

        The columns that query runners are allowed to use in an INNER JOIN statement.

        Parameters:
        joinColumns - The columns that query runners are allowed to use in an INNER JOIN statement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryConstraints

        AnalysisRuleIdMappingTable.Builder queryConstraints​(Collection<QueryConstraint> queryConstraints)

        The query constraints of the analysis rule ID mapping table.

        Parameters:
        queryConstraints - The query constraints of the analysis rule ID mapping table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryConstraints

        AnalysisRuleIdMappingTable.Builder queryConstraints​(QueryConstraint... queryConstraints)

        The query constraints of the analysis rule ID mapping table.

        Parameters:
        queryConstraints - The query constraints of the analysis rule ID mapping table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensionColumns

        AnalysisRuleIdMappingTable.Builder dimensionColumns​(Collection<String> dimensionColumns)

        The columns that query runners are allowed to select, group by, or filter by.

        Parameters:
        dimensionColumns - The columns that query runners are allowed to select, group by, or filter by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensionColumns

        AnalysisRuleIdMappingTable.Builder dimensionColumns​(String... dimensionColumns)

        The columns that query runners are allowed to select, group by, or filter by.

        Parameters:
        dimensionColumns - The columns that query runners are allowed to select, group by, or filter by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.