Field¶
-
class
hail.expr.
Field
(name, typ, attributes={})[source]¶ Helper class for
TStruct
: contains attribute names and types.Parameters: - name (str) – name of field
- typ (
Type
) – type of field - attributes (dict) – key/value attributes of field
Variables: - name (str) – name of field
- typ (
Type
) – type of field
Methods
__init__
x.__init__(…) initializes x; see help(type(x)) for signature