Class GeophileSpatialObjectQueryPlan

java.lang.Object
com.apple.foundationdb.record.spatial.geophile.GeophileSpatialObjectQueryPlan
All Implemented Interfaces:
PlanHashable, PlanSerializable, Correlated<RelationalExpression>, com.apple.foundationdb.record.query.plan.cascades.explain.PlannerGraphRewritable, RelationalExpression, Narrowable<RelationalExpression>, com.apple.foundationdb.record.query.plan.cascades.typing.Typed, QueryPlan<FDBQueriedRecord<Message>>, RecordQueryPlan, RecordQueryPlanWithIndex, RecordQueryPlanWithMatchCandidate, RecordQueryPlanWithNoChildren
Direct Known Subclasses:
GeophilePointWithinDistanceQueryPlan

@API(EXPERIMENTAL) public abstract class GeophileSpatialObjectQueryPlan extends Object implements RecordQueryPlanWithNoChildren, RecordQueryPlanWithIndex
Base class for query plans that execute a spatial join between a single spatial object and a spatial index.