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 attribute, meaning that the elements of the q list are grouped with their indices by values implicitly.

Indicates no attribute is appended on the q object.

Parted attribute, meaning that all the elements with the same value in the q object appear in a chunk.

Sorted attribute, meaning that the q list is sorted in ascending order.

Unique attribute, meaning that each element in the q list has a unique value within the list.