Class MappingOpUnion.MyMappingRelation
java.lang.Object
se.liu.ida.hefquin.mappings.algebra.ops.MappingOpUnion.MyMappingRelation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the set of attributes for which the tuples in this relation have values.
-
Field Details
-
srMap
-
schemaL
-
-
Constructor Details
-
MyMappingRelation
-
-
Method Details
-
getSchema
Description copied from interface:MappingRelationReturns the set of attributes for which the tuples in this relation have values. The returned list can be assumed to be duplicate free.The order of the attributes in the returned list is relevant when accessing the values of the tuples via a cursor for this relation (see
MappingRelationCursor.getValueOfCurrentTuple(int)).- Specified by:
getSchemain interfaceMappingRelation
-
getCursor
- Specified by:
getCursorin interfaceMappingRelation
-