Package com.clickhouse.data
Enum ClickHouseAggregateFunction
- All Implemented Interfaces:
Serializable,Comparable<ClickHouseAggregateFunction>,java.lang.constant.Constable
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<String,ClickHouseAggregateFunction> Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanDeprecated.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[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
aggThrow
Deprecated. -
any
Deprecated. -
anyHeavy
Deprecated. -
anyLast
Deprecated. -
argMax
Deprecated. -
argMin
Deprecated. -
avg
Deprecated. -
avgWeighted
Deprecated. -
boundingRatio
Deprecated. -
categoricalInformationValue
Deprecated. -
corr
Deprecated. -
corrStable
Deprecated. -
count
Deprecated. -
covarPop
Deprecated. -
covarPopStable
Deprecated. -
covarSamp
Deprecated. -
covarSampStable
Deprecated. -
deltaSum
Deprecated. -
deltaSumTimestamp
Deprecated. -
dense_rank
Deprecated. -
entropy
Deprecated. -
exponentialMovingAverage
Deprecated. -
exponentialTimeDecayedAvg
Deprecated. -
exponentialTimeDecayedCount
Deprecated. -
exponentialTimeDecayedMax
Deprecated. -
exponentialTimeDecayedSum
Deprecated. -
first_value
Deprecated. -
groupArray
Deprecated. -
groupArrayInsertAt
Deprecated. -
groupArrayMovingAvg
Deprecated. -
groupArrayMovingSum
Deprecated. -
groupArraySample
Deprecated. -
groupBitAnd
Deprecated. -
groupBitOr
Deprecated. -
groupBitXor
Deprecated. -
groupBitmap
Deprecated. -
groupBitmapAnd
Deprecated. -
groupBitmapOr
Deprecated. -
groupBitmapXor
Deprecated. -
groupUniqArray
Deprecated. -
histogram
Deprecated. -
intervalLengthSum
Deprecated. -
kurtPop
Deprecated. -
kurtSamp
Deprecated. -
lagInFrame
Deprecated. -
last_value
Deprecated. -
leadInFrame
Deprecated. -
mannWhitneyUTest
Deprecated. -
max
Deprecated. -
maxIntersections
Deprecated. -
maxIntersectionsPosition
Deprecated. -
maxMappedArrays
Deprecated. -
min
Deprecated. -
minMappedArrays
Deprecated. -
quantile
Deprecated. -
quantileBFloat16
Deprecated. -
quantileBFloat16Weighted
Deprecated. -
quantileDeterministic
Deprecated. -
quantileExact
Deprecated. -
quantileExactExclusive
Deprecated. -
quantileExactHigh
Deprecated. -
quantileExactInclusive
Deprecated. -
quantileExactLow
Deprecated. -
quantileExactWeighted
Deprecated. -
quantileTDigest
Deprecated. -
quantileTDigestWeighted
Deprecated. -
quantileTiming
Deprecated. -
quantileTimingWeighted
Deprecated. -
quantiles
Deprecated. -
quantilesBFloat16
Deprecated. -
quantilesBFloat16Weighted
Deprecated. -
quantilesDeterministic
Deprecated. -
quantilesExact
Deprecated. -
quantilesExactExclusive
Deprecated. -
quantilesExactHigh
Deprecated. -
quantilesExactInclusive
Deprecated. -
quantilesExactLow
Deprecated. -
quantilesExactWeighted
Deprecated. -
quantilesTDigest
Deprecated. -
quantilesTDigestWeighted
Deprecated. -
quantilesTiming
Deprecated. -
quantilesTimingWeighted
Deprecated. -
rank
Deprecated. -
rankCorr
Deprecated. -
retention
Deprecated. -
row_number
Deprecated. -
sequenceCount
Deprecated. -
sequenceMatch
Deprecated. -
sequenceNextNode
Deprecated. -
simpleLinearRegression
Deprecated. -
singleValueOrNull
Deprecated. -
skewPop
Deprecated. -
skewSamp
Deprecated. -
sparkbar
Deprecated. -
stddevPop
Deprecated. -
stddevPopStable
Deprecated. -
stddevSamp
Deprecated. -
stddevSampStable
Deprecated. -
stochasticLinearRegression
Deprecated. -
stochasticLogisticRegression
Deprecated. -
studentTTest
Deprecated. -
sum
Deprecated. -
sumCount
Deprecated. -
sumKahan
Deprecated. -
sumMapFiltered
Deprecated. -
sumMapFilteredWithOverflow
Deprecated. -
sumMapWithOverflow
Deprecated. -
sumMappedArrays
Deprecated. -
sumWithOverflow
Deprecated. -
topK
Deprecated. -
topKWeighted
Deprecated. -
uniq
Deprecated. -
uniqCombined
Deprecated. -
uniqCombined64
Deprecated. -
uniqExact
Deprecated. -
uniqHLL12
Deprecated. -
uniqTheta
Deprecated. -
uniqUpTo
Deprecated. -
varPop
Deprecated. -
varPopStable
Deprecated. -
varSamp
Deprecated. -
varSampStable
Deprecated. -
welchTTest
Deprecated. -
windowFunnel
Deprecated.
-
-
Field Details
-
name2func
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
of
Deprecated.Converts given type name to corresponding aggregate function.- Parameters:
function- non-empty function- Returns:
- aggregate function
-
isCaseSensitive
public boolean isCaseSensitive()Deprecated. -
getAliases
Deprecated.
-