Class RegexpCountFunction

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

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

      • RegexpCountFunction

        public RegexpCountFunction​(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)