@Internal public class ArrayRemoveFunction extends BuiltInScalarFunction
BuiltInFunctionDefinitions.ARRAY_REMOVE.| Constructor and Description |
|---|
ArrayRemoveFunction(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.flink.table.data.ArrayData |
eval(org.apache.flink.table.data.ArrayData haystack,
Object needle) |
void |
open(org.apache.flink.table.functions.FunctionContext context) |
getArgumentDataTypes, getOutputDataType, getRequirements, getTypeInference, isDeterministicgetKind, getParameterTypes, getResultTypepublic ArrayRemoveFunction(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context)
public void open(org.apache.flink.table.functions.FunctionContext context)
throws Exception
open in class org.apache.flink.table.functions.UserDefinedFunctionException@Nullable public org.apache.flink.table.data.ArrayData eval(org.apache.flink.table.data.ArrayData haystack, Object needle)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.