Package

is.hail

expr

Permalink

package expr

Linear Supertypes
HailRepFunctions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. expr
  2. HailRepFunctions
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aggregator = TypedAggregator[Any]

    Permalink
  2. type CMCodeCPS[T] = ((Code[T]) ⇒ CM[Code[Unit]]) ⇒ CM[Code[Unit]]

    Permalink
  3. type CPS[T] = ((T) ⇒ Unit) ⇒ Unit

    Permalink
  4. type SymbolTable = Map[String, (Int, Type)]

    Permalink

Value Members

  1. def aggregableHr[T](hrt: HailRep[T], b: Box[SymbolTable]): HailRep[T] { def typ: is.hail.expr.TAggregableVariable }

    Permalink
    Definition Classes
    HailRepFunctions
  2. def aggregableHr[T](implicit hrt: HailRep[T]): HailRep[T] { def typ: is.hail.expr.TAggregable }

    Permalink
    Definition Classes
    HailRepFunctions
  3. implicit object altAlleleHr extends HailRep[AltAllele]

    Permalink
    Definition Classes
    HailRepFunctions
  4. implicit def arrayHr[T](implicit hrt: HailRep[T]): HailRep[IndexedSeq[T]] { def typ: is.hail.expr.TArray }

    Permalink
    Definition Classes
    HailRepFunctions
  5. implicit object boolHr extends HailRep[Boolean]

    Permalink
    Definition Classes
    HailRepFunctions
  6. implicit object boxedboolHr extends HailRep[Boolean]

    Permalink
    Definition Classes
    HailRepFunctions
  7. implicit object boxeddoubleHr extends HailRep[Double]

    Permalink
    Definition Classes
    HailRepFunctions
  8. implicit object boxedfloatHr extends HailRep[Float]

    Permalink
    Definition Classes
    HailRepFunctions
  9. implicit object boxedintHr extends HailRep[Integer]

    Permalink
    Definition Classes
    HailRepFunctions
  10. implicit object boxedlongHr extends HailRep[Long]

    Permalink
    Definition Classes
    HailRepFunctions
  11. implicit def dictHr[K, V](implicit hrt: HailRep[K], hrt2: HailRep[V]): HailRep[Map[K, V]] { def typ: is.hail.expr.TDict }

    Permalink
    Definition Classes
    HailRepFunctions
  12. implicit object doubleHr extends HailRep[Double]

    Permalink
    Definition Classes
    HailRepFunctions
  13. def emptySymTab: Map[String, (Int, Type)]

    Permalink
  14. implicit object floatHr extends HailRep[Float]

    Permalink
    Definition Classes
    HailRepFunctions
  15. implicit object genotypeHr extends HailRep[Genotype]

    Permalink
    Definition Classes
    HailRepFunctions
  16. implicit object intHr extends HailRep[Int]

    Permalink
    Definition Classes
    HailRepFunctions
  17. implicit object locusHr extends HailRep[Locus]

    Permalink
    Definition Classes
    HailRepFunctions
  18. implicit object locusIntervalHr extends HailRep[Interval[Locus]]

    Permalink
    Definition Classes
    HailRepFunctions
  19. implicit object longHr extends HailRep[Long]

    Permalink
    Definition Classes
    HailRepFunctions
  20. implicit def setHr[T](implicit hrt: HailRep[T]): HailRep[Set[T]] { def typ: is.hail.expr.TSet }

    Permalink
    Definition Classes
    HailRepFunctions
  21. implicit object stringHr extends HailRep[String]

    Permalink
    Definition Classes
    HailRepFunctions
  22. implicit def toRichParser[T](parser: expr.Parser.Parser[T]): RichParser[T]

    Permalink
  23. implicit def unaryHr[T, U](implicit hrt: HailRep[T], hru: HailRep[U]): HailRep[(Any) ⇒ Any] { def typ: is.hail.expr.TFunction }

    Permalink
    Definition Classes
    HailRepFunctions
  24. implicit object variantHr extends HailRep[Variant]

    Permalink
    Definition Classes
    HailRepFunctions

Inherited from HailRepFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped