class StreamSidePartitioner extends JoinPartitioner
Join partitioner for the stream side of a large join.
- Alphabetic
- By Inheritance
- StreamSidePartitioner
- JoinPartitioner
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
StreamSidePartitioner(numPartitions: Int, emptyBuildPartitions: BitSet, iter: Iterator[ColumnarBatch], streamTypes: Array[DataType], boundStreamKeys: Seq[Expression], metrics: Map[String, GpuMetric])
- numPartitions
number of partitions being used in the join
- emptyBuildPartitions
BitSet indicating which build side partitions are empty
- iter
iterator of stream side batches
- streamTypes
schema of the stream side batches
- boundStreamKeys
bound join key expressions for the stream side
- metrics
metrics to update
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
addPartition(partIndex: Int, ct: ContiguousTable): Unit
Adds a batch associated with a partition.
Adds a batch associated with a partition.
- partIndex
index of the partition
- ct
contiguous table to add to the specified partition
- Attributes
- protected
- Definition Classes
- StreamSidePartitioner → JoinPartitioner
-
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
- StreamSidePartitioner → JoinPartitioner → AutoCloseable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
- def hasInputBatches: Boolean
-
def
hashCode(): Int
- 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
opTime: GpuMetric
- Attributes
- protected
- Definition Classes
- JoinPartitioner
-
def
partitionBatch(inputBatch: ColumnarBatch): Unit
Hash partitions a batch in preparation for performing a sub-join.
Hash partitions a batch in preparation for performing a sub-join. The input batch will be closed by this method.
- Attributes
- protected
- Definition Classes
- JoinPartitioner
- def partitionNextBatch(): Unit
-
val
partitions: Array[JoinPartition]
- Attributes
- protected
- Definition Classes
- JoinPartitioner
- def releasePartitions(partIndices: BitSet): Array[SpillableColumnarBatch]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()