Class RegexpSubstrFunction

  • All Implemented Interfaces:
    Serializable, org.apache.flink.table.functions.FunctionDefinition

    @Internal
    public class RegexpSubstrFunction
    extends BuiltInScalarFunction
    Implementation of BuiltInFunctionDefinitions.REGEXP_SUBSTR.
    See Also:
    Serialized Form
    • Constructor Detail

      • RegexpSubstrFunction

        public RegexpSubstrFunction​(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context)
    • Method Detail

      • eval

        @Nullable
        public org.apache.flink.table.data.StringData eval​(@Nullable
                                                           org.apache.flink.table.data.StringData str,
                                                           @Nullable
                                                           org.apache.flink.table.data.StringData regex)