Class EndsWithFunction

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

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

      • EndsWithFunction

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

      • eval

        @Nullable
        public Boolean eval​(@Nullable
                            org.apache.flink.table.data.StringData expr,
                            @Nullable
                            org.apache.flink.table.data.StringData endExpr)
      • eval

        @Nullable
        public Boolean eval​(@Nullable
                            byte[] expr,
                            @Nullable
                            byte[] endExpr)