Uses of Class
se.liu.ida.hefquin.engine.queryplan.logical.impl.LogicalOpBGPOptAdd
Package
Description
-
Uses of LogicalOpBGPOptAdd in se.liu.ida.hefquin.engine.queryplan.logical
Modifier and TypeMethodDescriptionvoid
LogicalPlanUtils.LogicalPlanCounter.visit
(LogicalOpBGPOptAdd op) void
LogicalPlanUtils.SourceAssignmentChecker.visit
(LogicalOpBGPOptAdd op) void
LogicalPlanVisitor.visit
(LogicalOpBGPOptAdd op) void
LogicalPlanVisitorBase.visit
(LogicalOpBGPOptAdd op) -
Uses of LogicalOpBGPOptAdd in se.liu.ida.hefquin.engine.queryplan.physical.impl
ModifierConstructorDescription -
Uses of LogicalOpBGPOptAdd in se.liu.ida.hefquin.engine.queryplan.utils
Modifier and TypeMethodDescriptionstatic LogicalOpBGPOptAdd
LogicalOpUtils.createBGPOptAddLopFromRequest
(BGPRequest req, FederationMember fm) Creates a logical bgpOptAdd operator that uses the BGP of the given request, together with the given federation member.Modifier and TypeMethodDescriptionstatic UnaryPhysicalOp
LogicalToPhysicalOpConverter.convert
(LogicalOpBGPOptAdd lop) protected void
TextBasedLogicalPlanPrinterImpl.printOp
(LogicalOpBGPOptAdd op, PrintStream out, String indentLevelString, String indentLevelStringForOpDetail)