ColumnOrder

giant.catalogues.ucac:

class giant.catalogues.ucac.ColumnOrder(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[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)