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.RichFunctionInterface for code generated filter condition function on single RowData.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(org.apache.flink.table.data.RowData in)
-