Uses of Class
org.apache.flink.table.expressions.CallExpression
Packages that use CallExpression
-
Uses of CallExpression in org.apache.flink.table.expressions
Methods in org.apache.flink.table.expressions that return CallExpressionModifier and TypeMethodDescriptionstatic CallExpressionCallExpression.anonymous(FunctionDefinition functionDefinition, List<ResolvedExpression> args, DataType dataType) Creates aCallExpressionto an anonymous function that has been declared inline without aFunctionIdentifier.static CallExpressionCallExpression.permanent(BuiltInFunctionDefinition builtInFunctionDefinition, List<ResolvedExpression> args, DataType dataType) Creates aCallExpressionto a resolved built-in function.static CallExpressionCallExpression.permanent(FunctionIdentifier functionIdentifier, FunctionDefinition functionDefinition, List<ResolvedExpression> args, DataType dataType) CallExpression.replaceArgs(List<ResolvedExpression> args, DataType dataType) static CallExpressionCallExpression.temporary(FunctionIdentifier functionIdentifier, FunctionDefinition functionDefinition, List<ResolvedExpression> args, DataType dataType) Creates aCallExpressionto a temporary function (potentially shadowing aCatalogfunction or providing a system function).Methods in org.apache.flink.table.expressions that return types with arguments of type CallExpressionMethods in org.apache.flink.table.expressions with parameters of type CallExpressionModifier and TypeMethodDescriptionExpressionDefaultVisitor.visit(CallExpression call) ExpressionVisitor.visit(CallExpression call) Constructors in org.apache.flink.table.expressions with parameters of type CallExpressionModifierConstructorDescriptionAggregateExpression(FunctionDefinition functionDefinition, List<FieldReferenceExpression> args, CallExpression filterExpression, DataType resultType, boolean distinct, boolean approximate, boolean ignoreNulls)