Class RegexpInstrFunction

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

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

      • RegexpInstrFunction

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

      • eval

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