Class PhysicalOpLocalToGlobal

java.lang.Object
se.liu.ida.hefquin.engine.queryplan.physical.impl.PhysicalOpLocalToGlobal
All Implemented Interfaces:
QueryPlanOperator, PhysicalOperator, PhysicalOperatorForLogicalOperator, UnaryPhysicalOp, UnaryPhysicalOpForLogicalOp

public class PhysicalOpLocalToGlobal extends Object implements UnaryPhysicalOpForLogicalOp
A physical operator that applies a given vocabulary mapping to all input solution mappings, converting them from using local vocabulary terms to using global vocabulary terms. The actual algorithm of this operator is implemented in the ExecOpLocalToGlobal class.