Uses of Package
org.apache.druid.sql.calcite.aggregation.builtin
Packages that use org.apache.druid.sql.calcite.aggregation.builtin
-
Classes in org.apache.druid.sql.calcite.aggregation.builtin used by org.apache.druid.sql.calcite.aggregation.builtinClassDescriptionAbstraction for single column, single argument simple aggregators like sum, avg, min, max that: 1) Can take direct field accesses or expressions as inputs.Implements
SqlLibraryOperators.STRING_AGGandSqlStdOperatorTable.LISTAGG, as well as our extended versions of these functions that includemaxSizeBytes.