exprΒΆ
Classes
hail.expr.Type |
Hail type superclass used for annotations and expression language. |
hail.expr.TString |
Hail type corresponding to str |
hail.expr.TInt |
Hail type corresponding to 32-bit integers |
hail.expr.TLong |
Hail type corresponding to 64-bit integers |
hail.expr.TFloat |
Hail type corresponding to 32-bit floating point numbers |
hail.expr.TDouble |
Hail type corresponding to 64-bit floating point numbers (python default) |
hail.expr.TBoolean |
Hail type corresponding to bool |
hail.expr.TArray |
Hail type corresponding to list |
hail.expr.TSet |
Hail type corresponding to set |
hail.expr.TDict |
Hail type corresponding to dict |
hail.expr.TVariant |
Hail type corresponding to hail.representation.Variant |
hail.expr.TGenotype |
Hail type corresponding to hail.representation.Genotype |
hail.expr.TCall |
Hail type corresponding to hail.representation.Call |
hail.expr.TAltAllele |
Hail type corresponding to hail.representation.AltAllele |
hail.expr.TLocus |
Hail type corresponding to hail.representation.Locus |
hail.expr.TInterval |
Hail type corresponding to hail.representation.Interval |
hail.expr.TStruct |
Hail type corresponding to hail.representation.Struct |
hail.expr.Field |
Helper class for TStruct : contains attribute names and types. |