Class UnionVisitor


  • public class UnionVisitor
    extends RecordQueryPlannerSubstitutionVisitor
    This visitor pulls index fetches after the intersection if possible. Starting Plan UnionPlan / \ / \ RecordQueryPlan (IndexFetch) RecordQueryPlan (IndexFetch) | | V Transformed Plan UnionPlan (IndexFetch) / \ / \ RecordQueryPlan RecordQueryPlan