Class PhysicalOpLocalToGlobal

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

public class PhysicalOpLocalToGlobal extends BaseForPhysicalOps 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.