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
Name | Id | Type | Lower | Upper |
---|---|---|---|---|
value | false | EString | 0 | 1 |
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
Name | Type | Lower | Upper | Containment |
---|---|---|---|---|
column | Column🔗 | 1 | 1 | false |
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