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