Interface FilterCondition
- All Superinterfaces:
org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.RichFunction,Serializable
public interface FilterCondition
extends org.apache.flink.api.common.functions.RichFunction
Interface for code generated filter condition function on single RowData.
-
Method Summary
Methods inherited from interface org.apache.flink.api.common.functions.RichFunction
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
-
Method Details
-
apply
boolean apply(org.apache.flink.table.data.RowData in) - Returns:
- true if the filter condition stays true for the input row
-