Class PhysicalOpGlobalToLocal

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

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