BoundaryOrder
FinalYes
Enum to annotate whether lists of min/max elements inside ColumnIndex are ordered and if so, in which direction.
Constants
- ASCENDING = 1
- DESCENDING = 2
- UNORDERED = 0
Properties
- $__names : mixed
Constants
ASCENDING
public
mixed
ASCENDING
= 1
DESCENDING
public
mixed
DESCENDING
= 2
UNORDERED
public
mixed
UNORDERED
= 0
Properties
$__names
public
static mixed
$__names
= [0 => 'UNORDERED', 1 => 'ASCENDING', 2 => 'DESCENDING']