Class

org.apache.spark.sql.execution.aggregate

SimpleTypedAggregateExpression

Related Doc: package aggregate

Permalink

case class SimpleTypedAggregateExpression(aggregator: expressions.Aggregator[Any, Any, Any], inputDeserializer: Option[Expression], inputClass: Option[Class[_]], inputSchema: Option[StructType], bufferSerializer: Seq[NamedExpression], bufferDeserializer: Expression, outputSerializer: Seq[Expression], outputExternalType: DataType, dataType: DataType, nullable: Boolean) extends DeclarativeAggregate with TypedAggregateExpression with NonSQLExpression with Product with Serializable

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

Instance Constructors

  1. new SimpleTypedAggregateExpression(aggregator: expressions.Aggregator[Any, Any, Any], inputDeserializer: Option[Expression], inputClass: Option[Class[_]], inputSchema: Option[StructType], bufferSerializer: Seq[NamedExpression], bufferDeserializer: Expression, outputSerializer: Seq[Expression], outputExternalType: DataType, dataType: DataType, nullable: Boolean)

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

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

    Permalink
    Definition Classes
    DeclarativeAggregate → 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
    SimpleTypedAggregateExpression → 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. val dataType: DataType

    Permalink
    Definition Classes
    SimpleTypedAggregateExpression → Expression
  23. def defaultResult: Option[Literal]

    Permalink
    Definition Classes
    AggregateFunction
  24. def deterministic: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. final def eval(input: InternalRow): Any

    Permalink
    Definition Classes
    Unevaluable → Expression
  28. lazy val evaluateExpression: Expression

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  34. final def foldable: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode → AnyRef → Any
  41. lazy val initialValues: Seq[Expression]

    Permalink
    Definition Classes
    SimpleTypedAggregateExpression → DeclarativeAggregate
  42. def innerChildren: Seq[TreeNode[_]]

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

    Permalink
    Definition Classes
    DeclarativeAggregate → AggregateFunction
  44. val inputClass: Option[Class[_]]

    Permalink
  45. val inputDeserializer: Option[Expression]

    Permalink
  46. val inputSchema: Option[StructType]

    Permalink
  47. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    SimpleTypedAggregateExpression → DeclarativeAggregate
  54. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  55. def nodeName: String

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

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

    Permalink
    Definition Classes
    AnyRef
  58. val nullable: Boolean

    Permalink
    Definition Classes
    SimpleTypedAggregateExpression → Expression
  59. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  60. val origin: Origin

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

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  62. val outputExternalType: DataType

    Permalink
  63. val outputSerializer: Seq[Expression]

    Permalink
  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 references: AttributeSet

    Permalink
    Definition Classes
    SimpleTypedAggregateExpression → Expression
  68. lazy val resolved: Boolean

    Permalink
    Definition Classes
    SimpleTypedAggregateExpression → Expression
  69. def semanticEquals(other: Expression): Boolean

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

    Permalink
    Definition Classes
    Expression
  71. def simpleString: String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AggregateFunction
  79. def toJSON: String

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  85. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  86. lazy val updateExpressions: Seq[Expression]

    Permalink
    Definition Classes
    SimpleTypedAggregateExpression → DeclarativeAggregate
  87. final def verboseString: String

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode

Inherited from NonSQLExpression

Inherited from TypedAggregateExpression

Inherited from DeclarativeAggregate

Inherited from Unevaluable

Inherited from Serializable

Inherited from Serializable

Inherited from AggregateFunction

Inherited from Expression

Inherited from TreeNode[Expression]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped