Uses of Class
se.liu.ida.hefquin.engine.queryplan.logical.impl.LogicalOpBind
Packages that use LogicalOpBind
Package
Description
-
Uses of LogicalOpBind in se.liu.ida.hefquin.engine.queryplan.logical
Methods in se.liu.ida.hefquin.engine.queryplan.logical with parameters of type LogicalOpBindModifier and TypeMethodDescriptionvoid
LogicalPlanUtils.LogicalPlanCounter.visit
(LogicalOpBind op) void
LogicalPlanVisitor.visit
(LogicalOpBind op) void
LogicalPlanVisitorBase.visit
(LogicalOpBind op) -
Uses of LogicalOpBind in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type LogicalOpBindModifier and TypeMethodDescriptionstatic UnaryPhysicalOp
LogicalToPhysicalOpConverter.convert
(LogicalOpBind lop) protected void
TextBasedLogicalPlanPrinterImpl.printOp
(LogicalOpBind op, PrintStream out, String indentLevelString, String indentLevelStringForOpDetail) -
Uses of LogicalOpBind in se.liu.ida.hefquin.engine.queryproc.impl.loptimizer.heuristics
Methods in se.liu.ida.hefquin.engine.queryproc.impl.loptimizer.heuristics with parameters of type LogicalOpBindModifier and TypeMethodDescriptionstatic LogicalPlan
MergeRequests.mergeBindIntoSPARQLEndpointRequest
(LogicalOpBind bindOp, SPARQLEndpoint ep, SPARQLRequest req)