Class

org.apache.spark.sql.execution.bootstrap

BootstrapAverage

Related Doc: package bootstrap

Permalink

case class BootstrapAverage(columnExpression: Expression, _numBootstrapTrials: Int, _confidence: Double, _error: Double, _errorEstimateProjs: Seq[(Int, Type, String, String, ExprId, NamedExpression)], _isAQPDebug: Boolean, _behavior: Type) extends DeclarativeBootstrapAggregateFunction with GroupAggregate with Product with Serializable

Created by ashahid on 5/4/16.

Linear Supertypes
GroupAggregate, DeclarativeBootstrapAggregateFunction, ErrorAggregateFunction, DeclarativeAggregate, Unevaluable, Serializable, Serializable, AggregateFunction, ImplicitCastInputTypes, ExpectsInputTypes, Expression, TreeNode[Expression], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BootstrapAverage
  2. GroupAggregate
  3. DeclarativeBootstrapAggregateFunction
  4. ErrorAggregateFunction
  5. DeclarativeAggregate
  6. Unevaluable
  7. Serializable
  8. Serializable
  9. AggregateFunction
  10. ImplicitCastInputTypes
  11. ExpectsInputTypes
  12. Expression
  13. TreeNode
  14. Product
  15. Equals
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BootstrapAverage(columnExpression: Expression, _numBootstrapTrials: Int, _confidence: Double, _error: Double, _errorEstimateProjs: Seq[(Int, Type, String, String, ExprId, NamedExpression)], _isAQPDebug: Boolean, _behavior: Type)

    Permalink

Type Members

  1. implicit class RichAttribute extends AnyRef

    Permalink
    Definition Classes
    DeclarativeAggregate

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. val _behavior: Type

    Permalink
  5. val _confidence: Double

    Permalink
  6. val _error: Double

    Permalink
  7. val _errorEstimateProjs: Seq[(Int, Type, String, String, ExprId, NamedExpression)]

    Permalink
  8. val _isAQPDebug: Boolean

    Permalink
  9. val _numBootstrapTrials: Int

    Permalink
  10. lazy val aggBufferAttributes: Seq[AttributeReference]

    Permalink
    Definition Classes
    BootstrapAverage → AggregateFunction
  11. lazy val aggBufferAttributesForGroup: Seq[AttributeReference]

    Permalink
    Definition Classes
    BootstrapAverage → GroupAggregate
  12. final def aggBufferSchema: StructType

    Permalink
    Definition Classes
    DeclarativeAggregate → AggregateFunction
  13. val aggregateType: Type

    Permalink
    Definition Classes
    ErrorAggregateFunction
  14. def apply(number: Int): TreeNode[_]

    Permalink
    Definition Classes
    TreeNode
  15. def argString: String

    Permalink
    Definition Classes
    TreeNode
  16. def asCode: String

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

    Permalink
    Definition Classes
    Any
  18. val baseExprID: ExprId

    Permalink
  19. val behavior: Type

    Permalink
    Definition Classes
    ErrorAggregateFunction
  20. lazy val canonicalized: Expression

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

    Permalink
    Definition Classes
    BootstrapAverage → ExpectsInputTypes → Expression
  22. def children: Seq[Expression]

    Permalink
    Definition Classes
    BootstrapAverage → TreeNode
  23. def childrenResolved: Boolean

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  28. val columnExpression: Expression

    Permalink
  29. lazy val commonArrayDataType: StructType

    Permalink
  30. lazy val commonDataType: DoubleType.type

    Permalink
  31. final val confFactor: Double

    Permalink
    Definition Classes
    ErrorAggregateFunction
  32. val confidence: Double

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

    Permalink
    Definition Classes
    TreeNode
  34. def convertToBypassErrorCalcFunction(weight: MapColumnToWeight): AggregateFunction

    Permalink
  35. def dataType: DataType

    Permalink
    Definition Classes
    DeclarativeBootstrapAggregateFunction → Expression
  36. def defaultResult: Option[Literal]

    Permalink
    Definition Classes
    AggregateFunction
  37. def deterministic: Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    Unevaluable → Expression
  39. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. val error: Double

    Permalink
    Definition Classes
    ErrorAggregateFunction
  41. val errorEstimateProjs: Seq[(Int, Type, String, String, ExprId, NamedExpression)]

    Permalink
    Definition Classes
    ErrorAggregateFunction
  42. final def eval(input: InternalRow): Any

    Permalink
    Definition Classes
    Unevaluable → Expression
  43. lazy val evaluateExpression: Expression with Serializable

    Permalink
    Definition Classes
    DeclarativeBootstrapAggregateFunction → DeclarativeAggregate
  44. def fastEquals(other: TreeNode[_]): Boolean

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  49. final def foldable: Boolean

    Permalink
    Definition Classes
    AggregateFunction → Expression
  50. def foreach(f: (Expression) ⇒ Unit): Unit

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

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

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

    Permalink
    Definition Classes
    TreeNode
  54. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  55. def getExprIDReserveQuota: Int

    Permalink
  56. def hashCode(): Int

    Permalink
    Definition Classes
    TreeNode → AnyRef → Any
  57. lazy val initVal: Literal

    Permalink
  58. lazy val initialValues: Seq[Expression]

    Permalink
    Definition Classes
    BootstrapAverage → DeclarativeAggregate
  59. lazy val initialValuesForGroup: Seq[Expression]

    Permalink
    Definition Classes
    BootstrapAverage → GroupAggregate
  60. def innerChildren: Seq[TreeNode[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  61. final lazy val inputAggBufferAttributes: Seq[AttributeReference]

    Permalink
    Definition Classes
    DeclarativeAggregate → AggregateFunction
  62. lazy val inputAggBufferbaseExprID: ExprId

    Permalink
    Definition Classes
    DeclarativeAggregate
  63. def inputTypes: Seq[AbstractDataType]

    Permalink
    Definition Classes
    BootstrapAverage → ExpectsInputTypes
  64. val isAQPDebug: Boolean

    Permalink
  65. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  71. lazy val mergeExpressions: Seq[ArrayOpsExpression]

    Permalink
    Definition Classes
    BootstrapAverage → DeclarativeAggregate
  72. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  73. def nodeName: String

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

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

    Permalink
    Definition Classes
    AnyRef
  76. def nullable: Boolean

    Permalink
    Definition Classes
    BootstrapAverage → Expression
  77. val numBootstrapTrials: Int

    Permalink
  78. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  79. val origin: Origin

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

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

    Permalink
    Definition Classes
    TreeNode
  82. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  83. def prettyName: String

    Permalink
    Definition Classes
    BootstrapAverage → Expression
  84. def references: AttributeSet

    Permalink
    Definition Classes
    Expression
  85. lazy val resolved: Boolean

    Permalink
    Definition Classes
    Expression
  86. def semanticEquals(other: Expression): Boolean

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

    Permalink
    Definition Classes
    Expression
  88. def simpleString: String

    Permalink
    Definition Classes
    Expression → TreeNode
  89. def sql(isDistinct: Boolean): String

    Permalink
    Definition Classes
    AggregateFunction
  90. def sql: String

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

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  92. def supportsPartial: Boolean

    Permalink
    Definition Classes
    AggregateFunction
  93. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  94. def toAggString(isDistinct: Boolean): String

    Permalink
    Definition Classes
    AggregateFunction
  95. def toAggregateExpression(isDistinct: Boolean): AggregateExpression

    Permalink
    Definition Classes
    AggregateFunction
  96. def toAggregateExpression(): AggregateExpression

    Permalink
    Definition Classes
    AggregateFunction
  97. def toJSON: String

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  102. def treeString(verbose: Boolean): String

    Permalink
    Definition Classes
    TreeNode
  103. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  104. def trialResults: Expression

    Permalink
  105. lazy val updateExpressions: Seq[Expression with Serializable]

    Permalink
    Definition Classes
    BootstrapAverage → DeclarativeAggregate
  106. final def verboseString: String

    Permalink
    Definition Classes
    Expression → TreeNode
  107. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  110. def withNewChildren(newChildren: Seq[Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  111. lazy val zero: Cast

    Permalink
  112. lazy val zeroStruct: DoubleStructCreator

    Permalink

Inherited from GroupAggregate

Inherited from ErrorAggregateFunction

Inherited from DeclarativeAggregate

Inherited from Unevaluable

Inherited from Serializable

Inherited from Serializable

Inherited from AggregateFunction

Inherited from ImplicitCastInputTypes

Inherited from ExpectsInputTypes

Inherited from Expression

Inherited from TreeNode[Expression]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped