Package | Description |
---|---|
org.apache.flink.cep.pattern.conditions | |
org.apache.flink.table.runtime.operators.match |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
IterativeCondition.filter(T value,
IterativeCondition.Context<T> ctx)
The filter function that evaluates the predicate.
|
boolean |
NotCondition.filter(T value,
IterativeCondition.Context<T> ctx)
Deprecated.
|
boolean |
RichNotCondition.filter(T value,
IterativeCondition.Context<T> ctx) |
boolean |
SimpleCondition.filter(T value,
IterativeCondition.Context<T> ctx) |
boolean |
OrCondition.filter(T value,
IterativeCondition.Context<T> ctx)
Deprecated.
|
boolean |
RichOrCondition.filter(T value,
IterativeCondition.Context<T> ctx) |
boolean |
AndCondition.filter(T value,
IterativeCondition.Context<T> ctx)
Deprecated.
|
boolean |
RichAndCondition.filter(T value,
IterativeCondition.Context<T> ctx) |
Modifier and Type | Method and Description |
---|---|
boolean |
IterativeConditionRunner.filter(RowData value,
IterativeCondition.Context<RowData> ctx) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.