case class DefaultCachedBatch(numRows: Int, buffers: Array[Array[Byte]], stats: InternalRow) extends SimpleMetricsCachedBatch with Product with Serializable
The default implementation of CachedBatch.
- numRows
The total number of rows in this batch
- buffers
The buffers for serialized columns
- stats
The stat of columns
- Alphabetic
- By Inheritance
- DefaultCachedBatch
- Serializable
- Product
- Equals
- SimpleMetricsCachedBatch
- CachedBatch
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DefaultCachedBatch(numRows: Int, buffers: Array[Array[Byte]], stats: InternalRow)
- numRows
The total number of rows in this batch
- buffers
The buffers for serialized columns
- stats
The stat of columns
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val buffers: Array[Array[Byte]]
- 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 finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- val numRows: Int
- Definition Classes
- DefaultCachedBatch → CachedBatch
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def sizeInBytes: Long
- Definition Classes
- SimpleMetricsCachedBatch → CachedBatch
- val stats: InternalRow
Holds stats for each cached column.
Holds stats for each cached column. The optional
upperBound
andlowerBound
should be of the same type as the original column. If they are null, then it is assumed that they are not provided, and will not be used for filtering.upperBound
(optional)lowerBound
(Optional)nullCount
:Int
rowCount
:Int
sizeInBytes
:Long
These are repeated for each column in the original cached data.
- Definition Classes
- DefaultCachedBatch → SimpleMetricsCachedBatch
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()