Package org.apache.iceberg.flink
Class FlinkSourceFilter
- java.lang.Object
-
- org.apache.iceberg.flink.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
-
-
Constructor Summary
Constructors Constructor Description FlinkSourceFilter(Schema schema, Expression expr, boolean caseSensitive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
filter(org.apache.flink.table.data.RowData value)
-
-
-
Constructor Detail
-
FlinkSourceFilter
public FlinkSourceFilter(Schema schema, Expression expr, boolean caseSensitive)
-
-