AnalysisRuleList.Builder |
AnalysisRuleList.Builder.additionalAnalyses(String additionalAnalyses) |
An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the
direct query.
|
AnalysisRuleList.Builder |
AnalysisRuleList.Builder.additionalAnalyses(AdditionalAnalyses additionalAnalyses) |
An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the
direct query.
|
AnalysisRuleList.Builder |
AnalysisRuleList.Builder.allowedJoinOperators(Collection<JoinOperator> allowedJoinOperators) |
The logical operators (if any) that are to be used in an INNER JOIN match condition.
|
AnalysisRuleList.Builder |
AnalysisRuleList.Builder.allowedJoinOperators(JoinOperator... allowedJoinOperators) |
The logical operators (if any) that are to be used in an INNER JOIN match condition.
|
AnalysisRuleList.Builder |
AnalysisRuleList.Builder.allowedJoinOperatorsWithStrings(String... allowedJoinOperators) |
The logical operators (if any) that are to be used in an INNER JOIN match condition.
|
AnalysisRuleList.Builder |
AnalysisRuleList.Builder.allowedJoinOperatorsWithStrings(Collection<String> allowedJoinOperators) |
The logical operators (if any) that are to be used in an INNER JOIN match condition.
|
static AnalysisRuleList.Builder |
AnalysisRuleList.builder() |
|
AnalysisRuleList.Builder |
AnalysisRuleList.Builder.joinColumns(String... joinColumns) |
Columns that can be used to join a configured table with the table of the member who can query and other
members' configured tables.
|
AnalysisRuleList.Builder |
AnalysisRuleList.Builder.joinColumns(Collection<String> joinColumns) |
Columns that can be used to join a configured table with the table of the member who can query and other
members' configured tables.
|
AnalysisRuleList.Builder |
AnalysisRuleList.Builder.listColumns(String... listColumns) |
Columns that can be listed in the output.
|
AnalysisRuleList.Builder |
AnalysisRuleList.Builder.listColumns(Collection<String> listColumns) |
Columns that can be listed in the output.
|
AnalysisRuleList.Builder |
AnalysisRuleList.toBuilder() |
|