Uses of Class
se.liu.ida.hefquin.engine.queryplan.logical.impl.LogicalOpJoin
Packages that use LogicalOpJoin
Package
Description
-
Uses of LogicalOpJoin in se.liu.ida.hefquin.engine.queryplan.logical
Methods in se.liu.ida.hefquin.engine.queryplan.logical with parameters of type LogicalOpJoinModifier and TypeMethodDescriptionvoid
LogicalPlanUtils.LogicalPlanCounter.visit
(LogicalOpJoin op) void
LogicalPlanUtils.SourceAssignmentChecker.visit
(LogicalOpJoin op) void
LogicalPlanVisitor.visit
(LogicalOpJoin op) void
LogicalPlanVisitorBase.visit
(LogicalOpJoin op) -
Uses of LogicalOpJoin in se.liu.ida.hefquin.engine.queryplan.logical.impl
Fields in se.liu.ida.hefquin.engine.queryplan.logical.impl declared as LogicalOpJoinMethods in se.liu.ida.hefquin.engine.queryplan.logical.impl that return LogicalOpJoin -
Uses of LogicalOpJoin in se.liu.ida.hefquin.engine.queryplan.physical.impl
Fields in se.liu.ida.hefquin.engine.queryplan.physical.impl declared as LogicalOpJoinConstructors in se.liu.ida.hefquin.engine.queryplan.physical.impl with parameters of type LogicalOpJoinModifierConstructorDescriptionprotected
-
Uses of LogicalOpJoin in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type LogicalOpJoinModifier and TypeMethodDescriptionstatic BinaryPhysicalOp
LogicalToPhysicalOpConverter.convert
(LogicalOpJoin lop) static PhysicalPlan
PhysicalPlanFactory.createPlanWithHashJoin
(LogicalOpJoin lop, PhysicalPlan subplan1, PhysicalPlan subplan2) Creates a plan with a hash join as root operator.static PhysicalPlan
PhysicalPlanFactory.createPlanWithNaiveNLJ
(LogicalOpJoin lop, PhysicalPlan subplan1, PhysicalPlan subplan2) Creates a plan with a naive nested loops join as root operator.static PhysicalPlan
PhysicalPlanFactory.createPlanWithSymmetricHashJoin
(LogicalOpJoin lop, PhysicalPlan subplan1, PhysicalPlan subplan2) Creates a plan with a symmetric hash join as root operator.protected void
TextBasedLogicalPlanPrinterImpl.printOp
(LogicalOpJoin op, PrintStream out, String indentLevelString)