Uses of Class
com.clickhouse.client.ClickHouseAggregateFunction
-
Packages that use ClickHouseAggregateFunction Package Description com.clickhouse.client Provides necessary classes to communicate with ClickHouse server. -
-
Uses of ClickHouseAggregateFunction in com.clickhouse.client
Fields in com.clickhouse.client with type parameters of type ClickHouseAggregateFunction Modifier and Type Field Description static Map<String,ClickHouseAggregateFunction>ClickHouseAggregateFunction. name2funcMethods in com.clickhouse.client that return ClickHouseAggregateFunction Modifier and Type Method Description ClickHouseAggregateFunctionClickHouseColumn. getAggregateFunction()Gets aggregate function when column type isClickHouseDataType.AggregateFunction.static ClickHouseAggregateFunctionClickHouseAggregateFunction. of(String function)Converts given type name to corresponding aggregate function.static ClickHouseAggregateFunctionClickHouseAggregateFunction. valueOf(String name)Returns 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.Methods in com.clickhouse.client with parameters of type ClickHouseAggregateFunction Modifier and Type Method Description protected static voidClickHouseDataProcessor. buildAggMappings(Map<ClickHouseAggregateFunction,ClickHouseDeserializer<ClickHouseValue>> deserializers, Map<ClickHouseAggregateFunction,ClickHouseSerializer<ClickHouseValue>> serializers, ClickHouseDeserializer<ClickHouseValue> d, ClickHouseSerializer<ClickHouseValue> s, ClickHouseAggregateFunction... types)Method parameters in com.clickhouse.client with type arguments of type ClickHouseAggregateFunction Modifier and Type Method Description protected static voidClickHouseDataProcessor. buildAggMappings(Map<ClickHouseAggregateFunction,ClickHouseDeserializer<ClickHouseValue>> deserializers, Map<ClickHouseAggregateFunction,ClickHouseSerializer<ClickHouseValue>> serializers, ClickHouseDeserializer<ClickHouseValue> d, ClickHouseSerializer<ClickHouseValue> s, ClickHouseAggregateFunction... types)
-