Uses of Class
org.apache.flink.table.catalog.ContextResolvedFunction
Packages that use ContextResolvedFunction
Package
Description
-
Uses of ContextResolvedFunction in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return ContextResolvedFunctionModifier and TypeMethodDescriptionstatic ContextResolvedFunctionContextResolvedFunction.anonymous(org.apache.flink.table.functions.FunctionDefinition functionDefinition) static ContextResolvedFunctionContextResolvedFunction.fromCallExpression(org.apache.flink.table.expressions.CallExpression callExpression) default ContextResolvedFunctionFunctionLookup.lookupBuiltInFunction(org.apache.flink.table.functions.BuiltInFunctionDefinition definition) Helper method for looking up a built-in function.static ContextResolvedFunctionContextResolvedFunction.permanent(org.apache.flink.table.functions.FunctionIdentifier functionIdentifier, org.apache.flink.table.functions.FunctionDefinition functionDefinition) static ContextResolvedFunctionContextResolvedFunction.permanent(org.apache.flink.table.functions.FunctionIdentifier functionIdentifier, org.apache.flink.table.functions.FunctionDefinition functionDefinition, org.apache.flink.table.catalog.CatalogFunction catalogFunction) static ContextResolvedFunctionContextResolvedFunction.temporary(org.apache.flink.table.functions.FunctionIdentifier functionIdentifier, org.apache.flink.table.functions.FunctionDefinition functionDefinition) static ContextResolvedFunctionContextResolvedFunction.temporary(org.apache.flink.table.functions.FunctionIdentifier functionIdentifier, org.apache.flink.table.functions.FunctionDefinition functionDefinition, org.apache.flink.table.catalog.CatalogFunction catalogFunction) Methods in org.apache.flink.table.catalog that return types with arguments of type ContextResolvedFunctionModifier and TypeMethodDescriptionFunctionCatalog.lookupFunction(org.apache.flink.table.catalog.UnresolvedIdentifier identifier) FunctionLookup.lookupFunction(String stringIdentifier) Lookup a function by function identifier.FunctionLookup.lookupFunction(org.apache.flink.table.catalog.UnresolvedIdentifier identifier) Lookup a function by function identifier. -
Uses of ContextResolvedFunction in org.apache.flink.table.expressions
Methods in org.apache.flink.table.expressions with parameters of type ContextResolvedFunctionModifier and TypeMethodDescriptionstatic UnresolvedCallExpressionApiExpressionUtils.unresolvedCall(ContextResolvedFunction resolvedFunction, List<org.apache.flink.table.expressions.Expression> args) static UnresolvedCallExpressionApiExpressionUtils.unresolvedCall(ContextResolvedFunction resolvedFunction, org.apache.flink.table.expressions.Expression... args) -
Uses of ContextResolvedFunction in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return ContextResolvedFunctionConstructors in org.apache.flink.table.operations with parameters of type ContextResolvedFunctionModifierConstructorDescriptionCalculatedQueryOperation(ContextResolvedFunction resolvedFunction, List<org.apache.flink.table.expressions.ResolvedExpression> arguments, org.apache.flink.table.catalog.ResolvedSchema resolvedSchema)