@Internal public class ArrayPositionFunction extends BuiltInScalarFunction
BuiltInFunctionDefinitions.ARRAY_POSITION.| Constructor and Description |
|---|
ArrayPositionFunction(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Integer |
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 ArrayPositionFunction(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.