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.name2funcDeprecated.Methods in com.clickhouse.data that return ClickHouseAggregateFunctionModifier and TypeMethodDescriptionClickHouseColumn.getAggregateFunction()Gets aggregate function when column type isClickHouseDataType.AggregateFunction.static ClickHouseAggregateFunctionDeprecated.Converts given type name to corresponding aggregate function.static ClickHouseAggregateFunctionDeprecated.Returns the enum constant of this type with the specified name.static ClickHouseAggregateFunction[]ClickHouseAggregateFunction.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.