Creating the Array Domain
After creating some dimensions, you can create the array domain as follows:
The order of the dimensions as added to the domain is important later when slicing subarrays. Remember to give priority to more selective dimensions, in order to maximize the pruning power during slicing.
When creating the domain, the dimension names must be unique.
Last updated