Class BatchApproxCountDistinctAggFunctions.DecimalApproxCountDistinctAggFunction
java.lang.Object
org.apache.flink.table.functions.UserDefinedFunction
org.apache.flink.table.functions.ImperativeAggregateFunction<T,ACC>
org.apache.flink.table.functions.AggregateFunction<T,ACC>
org.apache.flink.table.runtime.functions.aggregate.BuiltInAggregateFunction<Long,HllBuffer>
org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction<org.apache.flink.table.data.DecimalData>
org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.DecimalApproxCountDistinctAggFunction
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
- Enclosing class:
- BatchApproxCountDistinctAggFunctions
public static class BatchApproxCountDistinctAggFunctions.DecimalApproxCountDistinctAggFunction
extends BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction<org.apache.flink.table.data.DecimalData>
Built-in decimal APPROX_COUNT_DISTINCT aggregate function.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDecimalApproxCountDistinctAggFunction(org.apache.flink.table.types.logical.DecimalType decimalType) -
Method Summary
Methods inherited from class org.apache.flink.table.runtime.functions.aggregate.BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction
accumulate, createAccumulator, getAccumulatorDataType, getArgumentDataTypes, getOutputDataType, getValue, merge, resetAccumulatorMethods inherited from class org.apache.flink.table.runtime.functions.aggregate.BuiltInAggregateFunction
getRequirements, getTypeInference, isDeterministicMethods inherited from class org.apache.flink.table.functions.AggregateFunction
getKindMethods inherited from class org.apache.flink.table.functions.ImperativeAggregateFunction
getAccumulatorType, getResultTypeMethods inherited from class org.apache.flink.table.functions.UserDefinedFunction
close, functionIdentifier, open, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.flink.table.functions.FunctionDefinition
supportsConstantFolding
-
Constructor Details
-
DecimalApproxCountDistinctAggFunction
public DecimalApproxCountDistinctAggFunction(org.apache.flink.table.types.logical.DecimalType decimalType)
-