Class/Object

io.projectglow.sql.expressions

HardyWeinberg

Related Docs: object HardyWeinberg | package expressions

Permalink

case class HardyWeinberg(genotypes: Expression, genotypeInfo: Option[GenotypeInfo]) extends UnaryExpression with ExpectsGenotypeFields with Product with Serializable

Linear Supertypes
Serializable, Serializable, ExpectsGenotypeFields, UnaryExpression, Expression, TreeNode[Expression], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HardyWeinberg
  2. Serializable
  3. Serializable
  4. ExpectsGenotypeFields
  5. UnaryExpression
  6. Expression
  7. TreeNode
  8. Product
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HardyWeinberg(genotypes: Expression)

    Permalink
  2. new HardyWeinberg(genotypes: Expression, genotypeInfo: Option[GenotypeInfo])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(number: Int): TreeNode[_]

    Permalink
    Definition Classes
    TreeNode
  5. def argString: String

    Permalink
    Definition Classes
    TreeNode
  6. def asCode: String

    Permalink
    Definition Classes
    TreeNode
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. lazy val canonicalized: Expression

    Permalink
    Definition Classes
    Expression
  9. def checkInputDataTypes(): TypeCheckResult

    Permalink
    Definition Classes
    ExpectsGenotypeFields → Expression
  10. def child: Expression

    Permalink
    Definition Classes
    HardyWeinberg → UnaryExpression
  11. final def children: Seq[Expression]

    Permalink
    Definition Classes
    UnaryExpression → TreeNode
  12. def childrenResolved: Boolean

    Permalink
    Definition Classes
    Expression
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def collect[B](pf: PartialFunction[Expression, B]): Seq[B]

    Permalink
    Definition Classes
    TreeNode
  15. def collectFirst[B](pf: PartialFunction[Expression, B]): Option[B]

    Permalink
    Definition Classes
    TreeNode
  16. def collectLeaves(): Seq[Expression]

    Permalink
    Definition Classes
    TreeNode
  17. lazy val containsChild: Set[TreeNode[_]]

    Permalink
    Definition Classes
    TreeNode
  18. def dataType: DataType

    Permalink
    Definition Classes
    HardyWeinberg → Expression
  19. def defineCodeGen(ctx: CodegenContext, ev: ExprCode, f: (String) ⇒ String): ExprCode

    Permalink
    Attributes
    protected
    Definition Classes
    UnaryExpression
  20. lazy val deterministic: Boolean

    Permalink
    Definition Classes
    Expression
  21. def doGenCode(ctx: CodegenContext, ev: ExprCode): ExprCode

    Permalink
    Definition Classes
    HardyWeinberg → Expression
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def eval(input: InternalRow): Any

    Permalink
    Definition Classes
    UnaryExpression → Expression
  24. def fastEquals(other: TreeNode[_]): Boolean

    Permalink
    Definition Classes
    TreeNode
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def find(f: (Expression) ⇒ Boolean): Option[Expression]

    Permalink
    Definition Classes
    TreeNode
  27. def flatArguments: Iterator[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    Expression
  28. def flatMap[A](f: (Expression) ⇒ TraversableOnce[A]): Seq[A]

    Permalink
    Definition Classes
    TreeNode
  29. def foldable: Boolean

    Permalink
    Definition Classes
    UnaryExpression → Expression
  30. def foreach(f: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeNode
  31. def foreachUp(f: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeNode
  32. def genCode(ctx: CodegenContext): ExprCode

    Permalink
    Definition Classes
    Expression
  33. def generateTreeString(depth: Int, lastChildren: Seq[Boolean], builder: StringBuilder, verbose: Boolean, prefix: String, addSuffix: Boolean): StringBuilder

    Permalink
    Definition Classes
    TreeNode
  34. val genotypeInfo: Option[GenotypeInfo]

    Permalink
    Definition Classes
    HardyWeinbergExpectsGenotypeFields
  35. val genotypes: Expression

    Permalink
  36. def genotypesExpr: Expression

    Permalink
    Definition Classes
    HardyWeinbergExpectsGenotypeFields
  37. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def getGenotypeInfo: GenotypeInfo

    Permalink
    Definition Classes
    ExpectsGenotypeFields
  39. def hashCode(): Int

    Permalink
    Definition Classes
    TreeNode → AnyRef → Any
  40. def innerChildren: Seq[TreeNode[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. def jsonFields: List[JField]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  43. def makeCopy(newArgs: Array[AnyRef]): Expression

    Permalink
    Definition Classes
    TreeNode
  44. def map[A](f: (Expression) ⇒ A): Seq[A]

    Permalink
    Definition Classes
    TreeNode
  45. def mapChildren(f: (Expression) ⇒ Expression): Expression

    Permalink
    Definition Classes
    TreeNode
  46. def mapProductIterator[B](f: (Any) ⇒ B)(implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  47. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. def nodeName: String

    Permalink
    Definition Classes
    TreeNode
  49. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  50. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  51. def nullSafeCodeGen(ctx: CodegenContext, ev: ExprCode, f: (String) ⇒ String): ExprCode

    Permalink
    Attributes
    protected
    Definition Classes
    UnaryExpression
  52. def nullSafeEval(input: Any): Any

    Permalink
    Definition Classes
    HardyWeinberg → UnaryExpression
  53. def nullable: Boolean

    Permalink
    Definition Classes
    UnaryExpression → Expression
  54. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  55. def optionalGenotypeFields: Seq[StructField]

    Permalink
    Attributes
    protected
    Definition Classes
    ExpectsGenotypeFields
  56. val origin: Origin

    Permalink
    Definition Classes
    TreeNode
  57. def otherCopyArgs: Seq[AnyRef]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  58. def p(number: Int): Expression

    Permalink
    Definition Classes
    TreeNode
  59. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  60. def prettyName: String

    Permalink
    Definition Classes
    Expression
  61. def references: AttributeSet

    Permalink
    Definition Classes
    Expression
  62. def requiredGenotypeFields: Seq[StructField]

    Permalink
    Definition Classes
    HardyWeinbergExpectsGenotypeFields
  63. def resolveGenotypeInfo(): Expression

    Permalink

    Resolve the required field names into positions within the genotypesExpr element struct.

    Resolve the required field names into positions within the genotypesExpr element struct.

    This function should only be called after a successful type check.

    returns

    A new expression with a defined GenotypeInfo

    Definition Classes
    ExpectsGenotypeFields
  64. lazy val resolved: Boolean

    Permalink
    Definition Classes
    ExpectsGenotypeFields → Expression
  65. def semanticEquals(other: Expression): Boolean

    Permalink
    Definition Classes
    Expression
  66. def semanticHash(): Int

    Permalink
    Definition Classes
    Expression
  67. def simpleString: String

    Permalink
    Definition Classes
    Expression → TreeNode
  68. def sql: String

    Permalink
    Definition Classes
    Expression
  69. def stringArgs: Iterator[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  70. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  71. def toJSON: String

    Permalink
    Definition Classes
    TreeNode
  72. def toString(): String

    Permalink
    Definition Classes
    Expression → TreeNode → AnyRef → Any
  73. def transform(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  74. def transformDown(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  75. def transformUp(rule: PartialFunction[Expression, Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  76. def treeString(verbose: Boolean, addSuffix: Boolean): String

    Permalink
    Definition Classes
    TreeNode
  77. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  78. final def verboseString: String

    Permalink
    Definition Classes
    Expression → TreeNode
  79. def verboseStringWithSuffix: String

    Permalink
    Definition Classes
    TreeNode
  80. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. def withGenotypeInfo(genotypeInfo: GenotypeInfo): HardyWeinberg

    Permalink

    Make a copy of this expression with GenotypeInfo filled in.

    Make a copy of this expression with GenotypeInfo filled in.

    Definition Classes
    HardyWeinbergExpectsGenotypeFields
  84. def withNewChildren(newChildren: Seq[Expression]): Expression

    Permalink
    Definition Classes
    TreeNode

Inherited from Serializable

Inherited from Serializable

Inherited from ExpectsGenotypeFields

Inherited from UnaryExpression

Inherited from Expression

Inherited from TreeNode[Expression]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped