Package io.trino.plugin.base.aggregation
Class AggregateFunctionPatterns
java.lang.Object
io.trino.plugin.base.aggregation.AggregateFunctionPatterns
-
Method Summary
Modifier and TypeMethodDescriptionstatic Property<AggregateFunction, ?, List<ConnectorExpression>> static Pattern<AggregateFunction> static Property<AggregateFunction, ?, Boolean> distinct()static Property<ConnectorExpression, ?, Type> Deprecated.static Predicate<List<? extends ConnectorExpression>> expressionTypes(Type... types) Deprecated.static Property<AggregateFunction, ?, String> static Property<AggregateFunction, ?, Boolean> static Property<AggregateFunction, ?, Boolean> static Property<AggregateFunction, ?, Type> static Property<AggregateFunction, ?, ConnectorExpression> variable()Deprecated.
-
Method Details
-
basicAggregation
-
functionName
-
outputType
-
arguments
-
singleArgument
-
hasSortOrder
-
distinct
-
hasFilter
-
variable
Deprecated. -
variables
-
expressionType
Deprecated. -
expressionTypes
@Deprecated public static Predicate<List<? extends ConnectorExpression>> expressionTypes(Type... types) Deprecated.
-