TArray¶
-
class
hail.expr.TArray(element_type)[source]¶ Hail type corresponding to list
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 sequences
Parameters: element_type ( Type) – type of array elementsVariables: element_type ( Type) – type of array elementsMethods
__init__:param Typeelement_type: Hail type of array elementprettyReturns a prettily formatted string representation of the type.