Class ProjectedMappingRelation

java.lang.Object
se.liu.ida.hefquin.mappings.algebra.impl.BaseForMappingRelationImpl
se.liu.ida.hefquin.mappings.algebra.exec.ProjectedMappingRelation
All Implemented Interfaces:
MappingRelation

public class ProjectedMappingRelation extends BaseForMappingRelationImpl
A MappingRelation produced by a MappingOpProject operator.
  • Field Details

    • input

      protected final MappingRelation input
    • schemaMapping

      protected final int[] schemaMapping
      For the i-th attribute of the output schema, the integer at the i-th index in this array is the index at which the attribute can be found in the schema of the input relation.
  • Constructor Details

  • Method Details