Class

org.apache.spark.sql.execution.closedform

ClosedFormColumnExtractor

Related Doc: package closedform

Permalink

case class ClosedFormColumnExtractor(child: Expression, name: String, confidence: Double, confFactor: Double, aggType: Type, error: Double, dataType: DataType, behavior: Type, nullable: Boolean)(exprId: ExprId = NamedExpression.newExprId, qualifier: Option[String] = None) extends UnaryExpression with NamedExpression with Product with Serializable

Linear Supertypes
Serializable, Serializable, NamedExpression, UnaryExpression, Expression, TreeNode[Expression], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClosedFormColumnExtractor
  2. Serializable
  3. Serializable
  4. NamedExpression
  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 ClosedFormColumnExtractor(child: Expression, name: String, confidence: Double, confFactor: Double, aggType: Type, error: Double, dataType: DataType, behavior: Type, nullable: Boolean)(exprId: ExprId = NamedExpression.newExprId, qualifier: Option[String] = None)

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

    Permalink
  5. def apply(number: Int): TreeNode[_]

    Permalink
    Definition Classes
    TreeNode
  6. def argString: String

    Permalink
    Definition Classes
    TreeNode
  7. def asCode: String

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

    Permalink
    Definition Classes
    Any
  9. val behavior: Type

    Permalink
  10. lazy val canonicalized: Expression

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

    Permalink
    Definition Classes
    Expression
  12. val child: Expression

    Permalink
    Definition Classes
    ClosedFormColumnExtractor → UnaryExpression
  13. final def children: Seq[Expression]

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  19. val confFactor: Double

    Permalink
  20. val confidence: Double

    Permalink
  21. lazy val containsChild: Set[TreeNode[_]]

    Permalink
    Definition Classes
    TreeNode
  22. val dataType: DataType

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    ClosedFormColumnExtractor → Equals → AnyRef → Any
  28. val error: Double

    Permalink
  29. def eval(input: InternalRow): Any

    Permalink
    Definition Classes
    ClosedFormColumnExtractor → UnaryExpression → Expression
  30. val exprId: ExprId

    Permalink
    Definition Classes
    ClosedFormColumnExtractor → NamedExpression
  31. def fastEquals(other: TreeNode[_]): Boolean

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  36. def foldable: Boolean

    Permalink
    Definition Classes
    NamedExpression → Expression
  37. def foreach(f: (Expression) ⇒ Unit): Unit

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  44. def isGenerated: Boolean

    Permalink
    Definition Classes
    NamedExpression
  45. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  51. def metadata: Metadata

    Permalink
    Definition Classes
    ClosedFormColumnExtractor → NamedExpression
  52. val name: String

    Permalink
    Definition Classes
    ClosedFormColumnExtractor → NamedExpression
  53. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  54. def newInstance(): NamedExpression

    Permalink

    Returns a copy of this expression with a new exprId.

    Returns a copy of this expression with a new exprId.

    Definition Classes
    ClosedFormColumnExtractor → NamedExpression
  55. def nodeName: String

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    UnaryExpression
  60. val nullable: Boolean

    Permalink
    Definition Classes
    ClosedFormColumnExtractor → UnaryExpression → Expression
  61. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  62. val origin: Origin

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

    Permalink
    Attributes
    protected
    Definition Classes
    ClosedFormColumnExtractor → TreeNode
  64. def p(number: Int): Expression

    Permalink
    Definition Classes
    TreeNode
  65. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  66. def prettyName: String

    Permalink
    Definition Classes
    Expression
  67. def qualifiedName: String

    Permalink
    Definition Classes
    NamedExpression
  68. val qualifier: Option[String]

    Permalink
    Definition Classes
    ClosedFormColumnExtractor → NamedExpression
  69. def references: AttributeSet

    Permalink
    Definition Classes
    Expression
  70. lazy val resolved: Boolean

    Permalink
    Definition Classes
    ClosedFormColumnExtractor → Expression
  71. def semanticEquals(other: Expression): Boolean

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

    Permalink
    Definition Classes
    Expression
  73. def simpleString: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  77. def toAttribute: Attribute

    Permalink
    Definition Classes
    ClosedFormColumnExtractor → NamedExpression
  78. def toJSON: String

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  84. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  85. def typeSuffix: String

    Permalink
    Attributes
    protected
    Definition Classes
    NamedExpression
  86. final def verboseString: String

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

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

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

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

    Permalink
    Definition Classes
    TreeNode

Inherited from Serializable

Inherited from Serializable

Inherited from NamedExpression

Inherited from UnaryExpression

Inherited from Expression

Inherited from TreeNode[Expression]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped