Class RegexpExtractAllFunction
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.RegexpExtractAllFunction
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
Implementation of
BuiltInFunctionDefinitions.REGEXP_EXTRACT_ALL.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegexpExtractAllFunction(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.data.ArrayDataeval(org.apache.flink.table.data.StringData str, org.apache.flink.table.data.StringData regex) org.apache.flink.table.data.ArrayDataeval(org.apache.flink.table.data.StringData str, org.apache.flink.table.data.StringData regex, Number extractIndex) Methods inherited from class org.apache.flink.table.runtime.functions.scalar.BuiltInScalarFunction
getArgumentDataTypes, getOutputDataType, getRequirements, getTypeInference, isDeterministicMethods inherited from class org.apache.flink.table.functions.ScalarFunction
getKind, getParameterTypes, getResultTypeMethods inherited from class org.apache.flink.table.functions.UserDefinedFunction
close, functionIdentifier, open, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.flink.table.functions.FunctionDefinition
supportsConstantFolding
-
Constructor Details
-
RegexpExtractAllFunction
public RegexpExtractAllFunction(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context)
-
-
Method Details
-
eval
@Nullable public org.apache.flink.table.data.ArrayData eval(@Nullable org.apache.flink.table.data.StringData str, @Nullable org.apache.flink.table.data.StringData regex) -
eval
@Nullable public org.apache.flink.table.data.ArrayData eval(@Nullable org.apache.flink.table.data.StringData str, @Nullable org.apache.flink.table.data.StringData regex, @Nullable Number extractIndex)
-