Uses of Enum
com.clickhouse.data.ClickHouseAggregateFunction
Packages that use ClickHouseAggregateFunction
-
Uses of ClickHouseAggregateFunction in com.clickhouse.data
Fields in com.clickhouse.data with type parameters of type ClickHouseAggregateFunctionModifier and TypeFieldDescriptionstatic final Map<String,ClickHouseAggregateFunction> ClickHouseAggregateFunction.name2funcMethods in com.clickhouse.data that return ClickHouseAggregateFunctionModifier and TypeMethodDescriptionClickHouseColumn.getAggregateFunction()Gets aggregate function when column type isClickHouseDataType.AggregateFunction.static ClickHouseAggregateFunctionConverts given type name to corresponding aggregate function.static ClickHouseAggregateFunctionReturns the enum constant of this type with the specified name.static ClickHouseAggregateFunction[]ClickHouseAggregateFunction.values()Returns an array containing the constants of this enum type, in the order they are declared.