OrderedColumn
Represents a column with specific ordering information used in queries and result sets. OrderedColumn is typically used in OLAP contexts where explicit column ordering is required for query processing or result presentation.
Extends
- Column 🔗
Attributes
Name | Id | Type | Lower | Upper |
---|---|---|---|---|
ascend | false | Boolean | 0 | 1 |
Boolean flag indicating sort direction. When true, sort in ascending order; when false, sort in descending order. Defaults to true for ascending sort. |
References
Name | Type | Lower | Upper | Containment |
---|---|---|---|---|
column | Column🔗 | 1 | 1 | false |
Required reference to the column that provides the ordering basis. This column's values determine the sort order for query results and dimensional member presentation. |