Configured Table Aggregate Column
data class ConfiguredTableAggregateColumn(val columnNames: List<String>, val function: ConfiguredTableAggregateFunctionName)
Constructors
Link copied to clipboard
fun ConfiguredTableAggregateColumn(columnNames: List<String>, function: ConfiguredTableAggregateFunctionName)