Object

org.apache.spark.sql.execution.common

ConstantAbsoluteError

Related Doc: package common

Permalink

object ConstantAbsoluteError extends UnaryExpression with ConstantErrorEstimate

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

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. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    ConstantErrorEstimate → Equals
  9. lazy val canonicalized: Expression

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

    Permalink
    Definition Classes
    Expression
  11. def child: Expression

    Permalink
    Definition Classes
    ConstantErrorEstimate → UnaryExpression
  12. final def children: Seq[Expression]

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  19. def dataType: DataType

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

    Permalink
    Attributes
    protected
    Definition Classes
    UnaryExpression
  21. def deterministic: Boolean

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

    Permalink
    Definition Classes
    ConstantErrorEstimate → Expression
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  31. def foldable: Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. def hashCode(): Int

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  46. def nodeName: String

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

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

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

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

    Permalink
    Definition Classes
    ConstantAbsoluteError → UnaryExpression
  51. def nullable: Boolean

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

    Permalink
    Definition Classes
    TreeNode
  53. val origin: Origin

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

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

    Permalink
    Definition Classes
    TreeNode
  56. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  57. def prettyName: String

    Permalink
    Definition Classes
    Expression
  58. def productArity: Int

    Permalink
    Definition Classes
    ConstantErrorEstimate → Product
  59. def productElement(n: Int): Any

    Permalink
    Definition Classes
    ConstantErrorEstimate → Product
  60. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  61. def productPrefix: String

    Permalink
    Definition Classes
    Product
  62. def references: AttributeSet

    Permalink
    Definition Classes
    Expression
  63. lazy val resolved: Boolean

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

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

    Permalink
    Definition Classes
    Expression
  66. def simpleString: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  70. def toJSON: String

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  76. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  77. final def verboseString: String

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

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

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

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

    Permalink
    Definition Classes
    TreeNode

Inherited from ConstantErrorEstimate

Inherited from UnaryExpression

Inherited from Expression

Inherited from TreeNode[Expression]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped