case class BatchWithPartitionData(inputBatch: SpillableColumnarBatch, partitionedRowsData: Array[PartitionRowData], partitionSchema: StructType) extends AutoCloseable with Product with Serializable
Class to wrap columnar batch and partition rows data and utility functions to merge them.
- inputBatch
Input ColumnarBatch.
- partitionedRowsData
Array of PartitionRowData, where each entry contains an InternalRow and a row number pair. These pairs specify how many rows to replicate the partition value.
- partitionSchema
Schema of the partitioned data.
- Alphabetic
- By Inheritance
- BatchWithPartitionData
- Serializable
- Serializable
- Product
- Equals
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
BatchWithPartitionData(inputBatch: SpillableColumnarBatch, partitionedRowsData: Array[PartitionRowData], partitionSchema: StructType)
- inputBatch
Input ColumnarBatch.
- partitionedRowsData
Array of PartitionRowData, where each entry contains an InternalRow and a row number pair. These pairs specify how many rows to replicate the partition value.
- partitionSchema
Schema of the partitioned data.
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- BatchWithPartitionData → AutoCloseable
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val inputBatch: SpillableColumnarBatch
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeWithPartitionData(): ColumnarBatch
Merges the partitioned data with the input ColumnarBatch.
Merges the partitioned data with the input ColumnarBatch.
- returns
Merged ColumnarBatch.
-
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 partitionSchema: StructType
- val partitionedRowsData: Array[PartitionRowData]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()