Class ObjectUpdateFunction
- java.lang.Object
-
- org.apache.flink.table.functions.UserDefinedFunction
-
- org.apache.flink.table.functions.ScalarFunction
-
- org.apache.flink.table.runtime.functions.scalar.BuiltInScalarFunction
-
- org.apache.flink.table.runtime.functions.scalar.ObjectUpdateFunction
-
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
@Internal public class ObjectUpdateFunction extends BuiltInScalarFunction
Implementation ofBuiltInFunctionDefinitions.OBJECT_UPDATE.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectUpdateFunction(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.table.data.RowDataeval(org.apache.flink.table.data.RowData rowData, Object... fieldNameAndValuePairs)-
Methods inherited from class org.apache.flink.table.runtime.functions.scalar.BuiltInScalarFunction
getArgumentDataTypes, getOutputDataType, getRequirements, getTypeInference, isDeterministic
-
Methods inherited from class org.apache.flink.table.functions.ScalarFunction
getKind, getParameterTypes, getResultType
-
Methods inherited from class org.apache.flink.table.functions.UserDefinedFunction
close, functionIdentifier, open, toString
-
-
-
-
Method Detail
-
eval
public org.apache.flink.table.data.RowData eval(org.apache.flink.table.data.RowData rowData, Object... fieldNameAndValuePairs)
-
-