TSet¶
-
class
hail.expr.
TSet
(element_type)[source]¶ Hail type corresponding to set
This is a Hail type. Values of this type have two representations: the expression language representation and the Python representation.
- expression language documentation
- in Python, these are represented natively as Python mutable sets
Parameters: element_type ( Type
) – type of set elementsVariables: element_type ( Type
) – type of set elementsMethods
__init__
:param Type
element_type: Hail type of set elementpretty
Returns a prettily formatted string representation of the type.