| Package | Description |
|---|---|
| org.apache.flink.table.functions |
| Modifier and Type | Method and Description |
|---|---|
void |
UserDefinedFunction.open(FunctionContext context)
Setup method for user-defined function.
|
MethodHandle |
SpecializedFunction.ExpressionEvaluator.open(FunctionContext context)
Creates and initializes runtime implementation for expression evaluation.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.