Uses of Interface
se.liu.ida.hefquin.engine.queryplan.logical.NullaryLogicalOp
Packages that use NullaryLogicalOp
Package
Description
- 
Uses of NullaryLogicalOp in se.liu.ida.hefquin.engine.queryplan.logical
Methods in se.liu.ida.hefquin.engine.queryplan.logical that return NullaryLogicalOp - 
Uses of NullaryLogicalOp in se.liu.ida.hefquin.engine.queryplan.logical.impl
Classes in se.liu.ida.hefquin.engine.queryplan.logical.impl that implement NullaryLogicalOpModifier and TypeClassDescriptionclassLogicalOpRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> Methods in se.liu.ida.hefquin.engine.queryplan.logical.impl that return NullaryLogicalOpConstructors in se.liu.ida.hefquin.engine.queryplan.logical.impl with parameters of type NullaryLogicalOp - 
Uses of NullaryLogicalOp in se.liu.ida.hefquin.engine.queryplan.physical
Methods in se.liu.ida.hefquin.engine.queryplan.physical that return NullaryLogicalOp - 
Uses of NullaryLogicalOp in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type NullaryLogicalOpModifier and TypeMethodDescriptionstatic NullaryPhysicalOpLogicalToPhysicalOpConverter.convert(NullaryLogicalOp lop) protected PhysicalPlanLogicalToPhysicalPlanConverterImpl.Worker.createPhysicalPlanWithNullaryRoot(NullaryLogicalOp lop) static PhysicalPlanPhysicalPlanFactory.createPlan(NullaryLogicalOp rootOp) Creates a physical plan in which the root operator is the default physical operator for the given logical operator, as perLogicalToPhysicalOpConverter.