Values.AnalysisRuleIdMappingTableSourceDefines details for the analysis rule ID mapping table.
type nonrec t = {joinColumns : AnalysisRuleIdMappingTableJoinColumnsList.t option;The columns that query runners are allowed to use in an INNER JOIN statement.
*)queryConstraints : QueryConstraintList.t option;The query constraints of the analysis rule ID mapping table.
*)dimensionColumns : AnalysisRuleColumnList.t option;The columns that query runners are allowed to select, group by, or filter by.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of AnalysisRuleColumnName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of AnalysisRuleColumnName.t ] list ])
list ])
list ]
list ])
list ]