pydeephaven.constants# class MatchRule(value)[source]# Bases: Enum An enum defining the match rules for the as-of and reverse-as-of joins. GREATER_THAN = 3# GREATER_THAN_EQUAL = 2# LESS_THAN = 1# LESS_THAN_EQUAL = 0# class SortDirection(value)[source]# Bases: Enum An enum defining the sorting orders. ASCENDING = 1# DESCENDING = -1# REVERSE = 2# UNKNOWN = 0#