Package org.apache.iceberg.geospatial
Class GeospatialPredicateEvaluators
java.lang.Object
org.apache.iceberg.geospatial.GeospatialPredicateEvaluators
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interface -
Method Summary
Modifier and TypeMethodDescriptionCreate an evaluator for evaluating bounding box relationship for the given geospatial type.
-
Method Details
-
create
Create an evaluator for evaluating bounding box relationship for the given geospatial type.- Parameters:
type- the geospatial type, should be one of Type.TypeID.GEOMETRY or Type.TypeID.GEOGRAPHY- Returns:
- the evaluator
-