| Package | Description |
|---|---|
| org.apache.flink.table.expressions |
| Modifier and Type | Method and Description |
|---|---|
Optional<CallExpression> |
AggregateExpression.getFilterExpression() |
| Modifier and Type | Method and Description |
|---|---|
T |
ExpressionDefaultVisitor.visit(CallExpression call) |
R |
ExpressionVisitor.visit(CallExpression call) |
| Constructor and Description |
|---|
AggregateExpression(FunctionDefinition functionDefinition,
List<FieldReferenceExpression> args,
CallExpression filterExpression,
DataType resultType,
boolean distinct,
boolean approximate,
boolean ignoreNulls) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.