Annotation Interface AggregationFunction
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]booleanbooleanbooleanIndicates whether the result of the function depends on the order in which data is fed in, which allows the engine to optimize away ORDER BY clauses in aggregation callsClass<? extends WindowAccumulator>
-
Element Details
-
value
String value- Default:
""
-
decomposable
boolean decomposable- Default:
true
-
isOrderSensitive
boolean isOrderSensitiveIndicates whether the result of the function depends on the order in which data is fed in, which allows the engine to optimize away ORDER BY clauses in aggregation calls- Default:
false
-
alias
String[] alias- Default:
{}
-
windowAccumulator
Class<? extends WindowAccumulator> windowAccumulator- Default:
io.trino.spi.function.WindowAccumulator.class
-