Class FlinkSourceFilter

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.flink.api.common.functions.FilterFunction<org.apache.flink.table.data.RowData>, org.apache.flink.api.common.functions.Function

    public class FlinkSourceFilter
    extends java.lang.Object
    implements org.apache.flink.api.common.functions.FilterFunction<org.apache.flink.table.data.RowData>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean filter​(org.apache.flink.table.data.RowData value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlinkSourceFilter

        public FlinkSourceFilter​(Schema schema,
                                 Expression expr,
                                 boolean caseSensitive)
    • Method Detail

      • filter

        public boolean filter​(org.apache.flink.table.data.RowData value)
        Specified by:
        filter in interface org.apache.flink.api.common.functions.FilterFunction<org.apache.flink.table.data.RowData>