public interface Predicate extends Expression
Expression that defines a relation on inputs. Evaluates to true, false, or null.| Modifier and Type | Method and Description |
|---|---|
default DataType |
dataType() |
children, eval, references, toStringdefault DataType dataType()
dataType in interface ExpressionDataType of the result of evaluating this expression.