abstract class MutableAggregationBuffer extends Row
A Row
representing a mutable aggregation buffer.
This is not meant to be extended outside of Spark.
- Annotations
- @Stable()
- Since
1.5.0
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MutableAggregationBuffer
- Row
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MutableAggregationBuffer()
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def anyNull: Boolean
- Definition Classes
- Row
- def apply(i: Int): Any
- Definition Classes
- Row
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(o: Any): Boolean
- Definition Classes
- Row → AnyRef → Any
- def fieldIndex(name: String): Int
- Definition Classes
- Row
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getAs[T](fieldName: String): T
- Definition Classes
- Row
- def getAs[T](i: Int): T
- Definition Classes
- Row
- def getBoolean(i: Int): Boolean
- Definition Classes
- Row
- def getByte(i: Int): Byte
- Definition Classes
- Row
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDate(i: Int): Date
- Definition Classes
- Row
- def getDecimal(i: Int): BigDecimal
- Definition Classes
- Row
- def getDouble(i: Int): Double
- Definition Classes
- Row
- def getFloat(i: Int): Float
- Definition Classes
- Row
- def getInstant(i: Int): Instant
- Definition Classes
- Row
- def getInt(i: Int): Int
- Definition Classes
- Row
- def getJavaMap[K, V](i: Int): Map[K, V]
- Definition Classes
- Row
- def getList[T](i: Int): List[T]
- Definition Classes
- Row
- def getLocalDate(i: Int): LocalDate
- Definition Classes
- Row
- def getLong(i: Int): Long
- Definition Classes
- Row
- def getMap[K, V](i: Int): Map[K, V]
- Definition Classes
- Row
- def getSeq[T](i: Int): Seq[T]
- Definition Classes
- Row
- def getShort(i: Int): Short
- Definition Classes
- Row
- def getString(i: Int): String
- Definition Classes
- Row
- def getStruct(i: Int): Row
- Definition Classes
- Row
- def getTimestamp(i: Int): Timestamp
- Definition Classes
- Row
- def getValuesMap[T](fieldNames: Seq[String]): Map[String, T]
- Definition Classes
- Row
- def hashCode(): Int
- Definition Classes
- Row → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNullAt(i: Int): Boolean
- Definition Classes
- Row
- def json: String
- Definition Classes
- Row
- Annotations
- @Unstable()
- def mkString(start: String, sep: String, end: String): String
- Definition Classes
- Row
- def mkString(sep: String): String
- Definition Classes
- Row
- def mkString: String
- Definition Classes
- Row
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def prettyJson: String
- Definition Classes
- Row
- Annotations
- @Unstable()
- def schema: StructType
- Definition Classes
- Row
- def size: Int
- Definition Classes
- Row
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toSeq: Seq[Any]
- Definition Classes
- Row
- def toString(): String
- Definition Classes
- Row → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()