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
A
MappingRelation produced by a MappingOpProject operator.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final MappingRelationprotected final int[]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.Fields inherited from class se.liu.ida.hefquin.mappings.algebra.impl.BaseForMappingRelationImpl
schema -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class se.liu.ida.hefquin.mappings.algebra.impl.BaseForMappingRelationImpl
getSchema
-
Field Details
-
input
-
schemaMapping
protected final int[] schemaMappingFor 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
-
ProjectedMappingRelation
-
-
Method Details
-
getCursor
-