Skip to content

RowValue

Represents a single column value within a row of an InlineTable. RowValue pairs a column reference with its data value, providing the basic unit for embedding tabular data in OLAP schema definitions.

Extends

Attributes

NameIdTypeLowerUpper
valuefalseEString01
The actual data value for this column in string format. Values are converted to appropriate data types based on the column definition when processed by the OLAP engine.

References

NameTypeLowerUpperContainment
columnColumn🔗11false
Required reference to the column definition that this value corresponds to. The column reference ensures proper data type mapping and structural consistency within the inline table.

Used by

  • Row🔗 → rowValues

ClassDiagramm

Released under the Eclipse Public License 2.0