Class BatchApproxCountDistinctAggFunctions.LongApproxCountDistinctAggFunction

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>
All Implemented Interfaces:
Serializable, org.apache.flink.table.functions.FunctionDefinition
Enclosing class:
BatchApproxCountDistinctAggFunctions

public static class BatchApproxCountDistinctAggFunctions.LongApproxCountDistinctAggFunction extends BatchApproxCountDistinctAggFunctions.ApproxCountDistinctAggFunction<Long>
Built-in long APPROX_COUNT_DISTINCT aggregate function.
See Also:
  • Constructor Details

    • LongApproxCountDistinctAggFunction

      public LongApproxCountDistinctAggFunction()