Expand description
This module provides a list of q attributes. The motivation to contain them in a module is to
tie them up as related items rather than scattered values. Hence user should use these
indicators with qattribute:: prefix, e.g., qattribute::UNIQUE.
Constantsยง
- GROUPED
- Grouped attribute, meaning that the elements of the q list are grouped with their indices by values implicitly.
- NONE
- Indicates no attribute is appended on the q object.
- PARTED
- Parted attribute, meaning that all the elements with the same value in the q object appear in a chunk.
- SORTED
- Sorted attribute, meaning that the q list is sorted in ascending order.
- UNIQUE
- Unique attribute, meaning that each element in the q list has a unique value within the list.