Flow PHP

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

Properties

$__names

public static mixed $__names = [0 => 'UNORDERED', 1 => 'ASCENDING', 2 => 'DESCENDING']

        
On this page

Search results