Class

org.apache.spark.sql.execution.aggregate

ComplexTypedAggregateExpression

Related Doc: package aggregate

Permalink

case class ComplexTypedAggregateExpression(aggregator: expressions.Aggregator[Any, Any, Any], inputDeserializer: Option[Expression], inputClass: Option[Class[_]], inputSchema: Option[StructType], bufferSerializer: Seq[NamedExpression], bufferDeserializer: Expression, outputSerializer: Seq[Expression], dataType: DataType, nullable: Boolean, mutableAggBufferOffset: Int = 0, inputAggBufferOffset: Int = 0) extends TypedImperativeAggregate[Any] with TypedAggregateExpression with NonSQLExpression with Product with Serializable

Linear Supertypes
Serializable, Serializable, NonSQLExpression, TypedAggregateExpression, TypedImperativeAggregate[Any], ImperativeAggregate, CodegenFallback, AggregateFunction, Expression, TreeNode[Expression], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComplexTypedAggregateExpression
  2. Serializable
  3. Serializable
  4. NonSQLExpression
  5. TypedAggregateExpression
  6. TypedImperativeAggregate
  7. ImperativeAggregate
  8. CodegenFallback
  9. AggregateFunction
  10. Expression
  11. TreeNode
  12. Product
  13. Equals
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ComplexTypedAggregateExpression(aggregator: expressions.Aggregator[Any, Any, Any], inputDeserializer: Option[Expression], inputClass: Option[Class[_]], inputSchema: Option[StructType], bufferSerializer: Seq[NamedExpression], bufferDeserializer: Expression, outputSerializer: Seq[Expression], dataType: DataType, nullable: Boolean, mutableAggBufferOffset: Int = 0, inputAggBufferOffset: Int = 0)

    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. final lazy val aggBufferAttributes: Seq[AttributeReference]

    Permalink
    Definition Classes
    TypedImperativeAggregate → AggregateFunction
  5. final def aggBufferSchema: StructType

    Permalink
    Definition Classes
    TypedImperativeAggregate → AggregateFunction
  6. val aggregator: expressions.Aggregator[Any, Any, Any]

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

    Permalink
    Definition Classes
    TreeNode
  8. def argString: String

    Permalink
    Definition Classes
    TreeNode
  9. def asCode: String

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

    Permalink
    Definition Classes
    Any
  11. val bufferDeserializer: Expression

    Permalink
  12. val bufferSerializer: Seq[NamedExpression]

    Permalink
  13. lazy val canonicalized: Expression

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

    Permalink
    Definition Classes
    Expression
  15. def children: Seq[Expression]

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → TreeNode
  16. def childrenResolved: Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  22. def createAggregationBuffer(): Any

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → TypedImperativeAggregate
  23. val dataType: DataType

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → Expression
  24. def defaultResult: Option[Literal]

    Permalink
    Definition Classes
    AggregateFunction
  25. def deserialize(storageFormat: Array[Byte]): Any

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → TypedImperativeAggregate
  26. def deterministic: Boolean

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → Expression
  27. def doGenCode(ctx: CodegenContext, ev: ExprCode): ExprCode

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

    Permalink
    Definition Classes
    AnyRef
  29. def eval(buffer: Any): Any

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → TypedImperativeAggregate
  30. final def eval(buffer: InternalRow): Any

    Permalink
    Definition Classes
    TypedImperativeAggregate → Expression
  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. final def foldable: Boolean

    Permalink
    Definition Classes
    AggregateFunction → 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, addSuffix: Boolean): 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. final def initialize(buffer: InternalRow): Unit

    Permalink
    Definition Classes
    TypedImperativeAggregate → ImperativeAggregate
  44. def innerChildren: Seq[TreeNode[_]]

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

    Permalink
    Definition Classes
    TypedImperativeAggregate → AggregateFunction
  46. val inputAggBufferOffset: Int

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → ImperativeAggregate
  47. val inputClass: Option[Class[_]]

    Permalink
  48. val inputDeserializer: Option[Expression]

    Permalink
  49. val inputSchema: Option[StructType]

    Permalink
  50. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  56. def merge(buffer: Any, input: Any): Any

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → TypedImperativeAggregate
  57. final def merge(buffer: InternalRow, inputBuffer: InternalRow): Unit

    Permalink
    Definition Classes
    TypedImperativeAggregate → ImperativeAggregate
  58. val mutableAggBufferOffset: Int

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → ImperativeAggregate
  59. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  60. def nodeName: String

    Permalink
    Definition Classes
    TypedAggregateExpression → TreeNode
  61. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  63. val nullable: Boolean

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → Expression
  64. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  65. val origin: Origin

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

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  67. val outputSerializer: Seq[Expression]

    Permalink
  68. def p(number: Int): Expression

    Permalink
    Definition Classes
    TreeNode
  69. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  70. def prettyName: String

    Permalink
    Definition Classes
    Expression
  71. def references: AttributeSet

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → Expression
  72. lazy val resolved: Boolean

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → Expression
  73. def semanticEquals(other: Expression): Boolean

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

    Permalink
    Definition Classes
    Expression
  75. def serialize(buffer: Any): Array[Byte]

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → TypedImperativeAggregate
  76. final def serializeAggregateBufferInPlace(buffer: InternalRow): Unit

    Permalink
    Definition Classes
    TypedImperativeAggregate
  77. def simpleString: String

    Permalink
    Definition Classes
    Expression → TreeNode
  78. final def sql: String

    Permalink
    Definition Classes
    NonSQLExpression → Expression
  79. def sql(isDistinct: Boolean): String

    Permalink
    Definition Classes
    AggregateFunction
  80. def stringArgs: Iterator[Any]

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

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

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

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

    Permalink
    Definition Classes
    AggregateFunction
  85. def toJSON: String

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  91. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  92. def update(buffer: Any, input: InternalRow): Any

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → TypedImperativeAggregate
  93. final def update(buffer: InternalRow, input: InternalRow): Unit

    Permalink
    Definition Classes
    TypedImperativeAggregate → ImperativeAggregate
  94. final def verboseString: String

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  99. def withInputInfo(deser: Expression, cls: Class[_], schema: StructType): TypedAggregateExpression

    Permalink
  100. def withNewChildren(newChildren: Seq[Expression]): Expression

    Permalink
    Definition Classes
    TreeNode
  101. def withNewInputAggBufferOffset(newInputAggBufferOffset: Int): ComplexTypedAggregateExpression

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → ImperativeAggregate
  102. def withNewMutableAggBufferOffset(newMutableAggBufferOffset: Int): ComplexTypedAggregateExpression

    Permalink
    Definition Classes
    ComplexTypedAggregateExpression → ImperativeAggregate

Inherited from Serializable

Inherited from Serializable

Inherited from NonSQLExpression

Inherited from TypedAggregateExpression

Inherited from TypedImperativeAggregate[Any]

Inherited from ImperativeAggregate

Inherited from CodegenFallback

Inherited from AggregateFunction

Inherited from Expression

Inherited from TreeNode[Expression]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped