Uses of Interface
se.liu.ida.hefquin.engine.queryplan.physical.PhysicalPlanVisitor
Packages that use PhysicalPlanVisitor
Package
Description
-
Uses of PhysicalPlanVisitor in se.liu.ida.hefquin.engine.queryplan.physical
Fields in se.liu.ida.hefquin.engine.queryplan.physical declared as PhysicalPlanVisitorModifier and TypeFieldDescriptionprotected final PhysicalPlanVisitor
PhysicalPlanWalker.PhysicalWalkerVisitor.afterVisitor
protected final PhysicalPlanVisitor
PhysicalPlanWalker.PhysicalWalkerVisitor.beforeVisitor
Methods in se.liu.ida.hefquin.engine.queryplan.physical with parameters of type PhysicalPlanVisitorModifier and TypeMethodDescriptionvoid
PhysicalOperator.visit
(PhysicalPlanVisitor visitor) static void
PhysicalPlanWalker.walk
(PhysicalPlan plan, PhysicalPlanVisitor beforeVisitor, PhysicalPlanVisitor afterVisitor) Constructors in se.liu.ida.hefquin.engine.queryplan.physical with parameters of type PhysicalPlanVisitorModifierConstructorDescriptionPhysicalWalkerVisitor
(PhysicalPlanVisitor beforeVisitor, PhysicalPlanVisitor afterVisitor) -
Uses of PhysicalPlanVisitor in se.liu.ida.hefquin.engine.queryplan.physical.impl
Methods in se.liu.ida.hefquin.engine.queryplan.physical.impl with parameters of type PhysicalPlanVisitorModifier and TypeMethodDescriptionvoid
PhysicalOpBinaryUnion.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpBindJoin.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpBindJoinWithFILTER.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpBindJoinWithUNION.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpBindJoinWithVALUES.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpFilter.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpGlobalToLocal.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpHashJoin.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpHashRJoin.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpIndexNestedLoopsJoin.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpLocalToGlobal.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpMultiwayUnion.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpNaiveNestedLoopsJoin.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpParallelMultiLeftJoin.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpRequest.visit
(PhysicalPlanVisitor visitor) void
PhysicalOpSymmetricHashJoin.visit
(PhysicalPlanVisitor visitor)