Values.AggregateColumnSourceColumn in configured table that can be used in aggregate function in query.
type nonrec t = {columnNames : AggregateColumnColumnNamesList.t;Column names in configured table of aggregate columns.
*)function_ : AggregateFunctionName.t;Aggregation function that can be applied to aggregate column in query.
*)}val make :
columnNames:AggregateColumnColumnNamesList.t ->
function_:AggregateFunctionName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of AnalysisRuleColumnName.t ] list ])
list ]