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.

Parameters:element_type (Type) – type of array elements
Variables:element_type (Type) – type of array elements

Methods

__init__ :param Type element_type: Hail type of array element
pretty Returns a prettily formatted string representation of the type.