public compare(left as T, right as T) as Int:
Compares two rows while applying null placement and direction.
| Parameter | Description |
|---|---|
left | Left source row. |
right | Right source row. |
Negative, zero or positive according to this order item.
result = order.compare(first, second)