ColumnOrder

giant.catalogues.ucac:

class giant.catalogues.ucac.ColumnOrder(value)[source]

This enumeration specifies whether a column is sorted in ascending or descending order.

This is intended to be used as an input to binary_search().

ASCENDING = 'ASCENDING'

The column is sorted in ascending order (smallest first)

DESCENDING = 'DESCENDING'

The column is sorted in DESCENDING order (smallest last)