Class/Object

org.apache.spark.sql.execution.bootstrap

BootstrapCount

Related Docs: object BootstrapCount | package bootstrap

Permalink

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

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

Instance Constructors

  1. new BootstrapCount(columns: Seq[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
    BootstrapCount → AggregateFunction
  11. final def aggBufferSchema: StructType

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

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

    Permalink
    Definition Classes
    TreeNode
  14. def argString: String

    Permalink
    Definition Classes
    TreeNode
  15. def asCode: String

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

    Permalink
    Definition Classes
    Any
  17. val baseExprID: ExprId

    Permalink
  18. val behavior: Type

    Permalink
    Definition Classes
    ErrorAggregateFunction
  19. lazy val canonicalized: Expression

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

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

    Permalink
    Definition Classes
    BootstrapCount → TreeNode
  22. def childrenResolved: Boolean

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  27. val columns: Seq[Expression]

    Permalink
  28. lazy val commonArrayDataType: StructType

    Permalink
  29. lazy val commonDataType: DoubleType.type

    Permalink
  30. final val confFactor: Double

    Permalink
    Definition Classes
    ErrorAggregateFunction
  31. val confidence: Double

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

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

    Permalink
    Definition Classes
    BootstrapCountErrorAggregateFunction
  34. def dataType: DataType

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

    Permalink
    Definition Classes
    BootstrapCount → AggregateFunction
  36. def deterministic: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. val error: Double

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  48. final def foldable: Boolean

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

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

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

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

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

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

    Permalink
  55. def hashCode(): Int

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

    Permalink
  57. lazy val initialValues: Seq[Expression]

    Permalink
    Definition Classes
    BootstrapCount → DeclarativeAggregate
  58. def innerChildren: Seq[TreeNode[_]]

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

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

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

    Permalink
    Definition Classes
    BootstrapCount → ExpectsInputTypes
  62. val isAQPDebug: Boolean

    Permalink
  63. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  69. lazy val mergeExpressions: Seq[Expression]

    Permalink
    Definition Classes
    BootstrapCount → DeclarativeAggregate
  70. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  71. def nodeName: String

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

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

    Permalink
    Definition Classes
    AnyRef
  74. def nullable: Boolean

    Permalink
    Definition Classes
    BootstrapCount → Expression
  75. val numBootstrapTrials: Int

    Permalink
  76. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  77. val origin: Origin

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

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

    Permalink
    Definition Classes
    TreeNode
  80. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  81. def prettyName: String

    Permalink
    Definition Classes
    Expression
  82. def references: AttributeSet

    Permalink
    Definition Classes
    BootstrapCount → Expression
  83. lazy val resolved: Boolean

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

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

    Permalink
    Definition Classes
    Expression
  86. def simpleString: String

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

    Permalink
    Definition Classes
    AggregateFunction
  88. def sql: String

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

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

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

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

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

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

    Permalink
    Definition Classes
    AggregateFunction
  95. def toJSON: String

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  101. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  102. def trialResults: Expression

    Permalink
  103. lazy val updateExpressions: Seq[If]

    Permalink
    Definition Classes
    BootstrapCount → DeclarativeAggregate
  104. final def verboseString: String

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  109. lazy val zero: Cast

    Permalink
  110. lazy val zeroStruct: DoubleStructCreator

    Permalink

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