Package org.apache.iceberg.expressions
Class Evaluator
java.lang.Object
org.apache.iceberg.expressions.Evaluator
- All Implemented Interfaces:
 Serializable
Evaluates an 
Expression for data described by a Types.StructType.
 Data rows must implement StructLike and are passed to eval(StructLike).
 
This class is thread-safe.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionEvaluator(Types.StructType struct, Expression unbound) Evaluator(Types.StructType struct, Expression unbound, boolean caseSensitive)  - 
Method Summary
 
- 
Constructor Details
- 
Evaluator
 - 
Evaluator
 
 - 
 - 
Method Details
- 
eval
 
 -