Packages

case class InterimIteratorVersionWrapper(name: String, numRows: Int, rowAccumulator: CollectionAccumulator[InterimRow], collectStats: Boolean, statAccumulator: Array[FieldStatAccumulator], countAccumulator: LongAccumulator, partitionCounter: LongAccumulator, partitionId: Int)(schema: StructType, underlying: Iterator[InternalRow]) extends InterimIteratorWrapperTrait[Row] with Product with Serializable

Linear Supertypes
Product, Equals, InterimIteratorWrapperTrait[Row], Serializable, Serializable, Iterator[InternalRow], TraversableOnce[InternalRow], GenTraversableOnce[InternalRow], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InterimIteratorVersionWrapper
  2. Product
  3. Equals
  4. InterimIteratorWrapperTrait
  5. Serializable
  6. Serializable
  7. Iterator
  8. TraversableOnce
  9. GenTraversableOnce
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InterimIteratorVersionWrapper(name: String, numRows: Int, rowAccumulator: CollectionAccumulator[InterimRow], collectStats: Boolean, statAccumulator: Array[FieldStatAccumulator], countAccumulator: LongAccumulator, partitionCounter: LongAccumulator, partitionId: Int)(schema: StructType, underlying: Iterator[InternalRow])

Type Members

  1. class GroupedIterator[B >: A] extends AbstractIterator[Seq[B]] with Iterator[Seq[B]]
    Definition Classes
    Iterator

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++[B >: InternalRow](that: ⇒ GenTraversableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def addString(b: StringBuilder): StringBuilder
    Definition Classes
    TraversableOnce
  6. def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    TraversableOnce
  7. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    TraversableOnce
  8. def aggregate[B](z: ⇒ B)(seqop: (B, InternalRow) ⇒ B, combop: (B, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def buffered: BufferedIterator[InternalRow]
    Definition Classes
    Iterator
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def collect[B](pf: PartialFunction[InternalRow, B]): Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.

  13. def collectFirst[B](pf: PartialFunction[InternalRow, B]): Option[B]
    Definition Classes
    TraversableOnce
  14. val collectStats: Boolean
  15. def contains(elem: Any): Boolean
    Definition Classes
    Iterator
  16. def copyToArray[B >: InternalRow](xs: Array[B], start: Int, len: Int): Unit
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  17. def copyToArray[B >: InternalRow](xs: Array[B]): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  18. def copyToArray[B >: InternalRow](xs: Array[B], start: Int): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  19. def copyToBuffer[B >: InternalRow](dest: Buffer[B]): Unit
    Definition Classes
    TraversableOnce
  20. def corresponds[B](that: GenTraversableOnce[B])(p: (InternalRow, B) ⇒ Boolean): Boolean
    Definition Classes
    Iterator
  21. def count(p: (InternalRow) ⇒ Boolean): Int
    Definition Classes
    TraversableOnce → GenTraversableOnce
  22. val countAccumulator: LongAccumulator
  23. def drop(n: Int): Iterator[InternalRow]
    Definition Classes
    Iterator
  24. def dropWhile(p: (InternalRow) ⇒ Boolean): Iterator[InternalRow]
    Definition Classes
    Iterator
  25. def duplicate: (Iterator[InternalRow], Iterator[InternalRow])
    Definition Classes
    Iterator
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def exists(p: (InternalRow) ⇒ Boolean): Boolean
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  28. def filter(p: (InternalRow) ⇒ Boolean): Iterator[InternalRow]
    Definition Classes
    Iterator
  29. def filterNot(p: (InternalRow) ⇒ Boolean): Iterator[InternalRow]
    Definition Classes
    Iterator
  30. def find(p: (InternalRow) ⇒ Boolean): Option[InternalRow]
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  31. def flatMap[B](f: (InternalRow) ⇒ GenTraversableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
  32. def fold[A1 >: InternalRow](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  33. def foldLeft[B](z: B)(op: (B, InternalRow) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  34. def foldRight[B](z: B)(op: (InternalRow, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  35. def forall(p: (InternalRow) ⇒ Boolean): Boolean
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  36. def foreach[U](f: (InternalRow) ⇒ U): Unit
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def grouped[B >: InternalRow](size: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  39. def hasDefiniteSize: Boolean
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  40. def hasNext: Boolean
    Definition Classes
    InterimIteratorWrapperTrait → Iterator
  41. def hasNextAcc(field: StructField, index: Int, acc: FieldStatAccumulator): Unit
  42. def indexOf[B >: InternalRow](elem: B, from: Int): Int
    Definition Classes
    Iterator
  43. def indexOf[B >: InternalRow](elem: B): Int
    Definition Classes
    Iterator
  44. def indexWhere(p: (InternalRow) ⇒ Boolean, from: Int): Int
    Definition Classes
    Iterator
  45. def indexWhere(p: (InternalRow) ⇒ Boolean): Int
    Definition Classes
    Iterator
  46. lazy val interimSchema: StructType
    Definition Classes
    InterimIteratorWrapperTrait
  47. def isEmpty: Boolean
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. def isTraversableAgain: Boolean
    Definition Classes
    Iterator → GenTraversableOnce
  50. def jsonForRow(r: InternalRow): String
    Definition Classes
    InterimIteratorWrapperTrait
  51. def length: Int
    Definition Classes
    Iterator
  52. def map[B](f: (InternalRow) ⇒ B): Iterator[B]
    Definition Classes
    Iterator
  53. def max[B >: InternalRow](implicit cmp: Ordering[B]): InternalRow
    Definition Classes
    TraversableOnce → GenTraversableOnce
  54. def maxBy[B](f: (InternalRow) ⇒ B)(implicit cmp: Ordering[B]): InternalRow
    Definition Classes
    TraversableOnce → GenTraversableOnce
  55. def min[B >: InternalRow](implicit cmp: Ordering[B]): InternalRow
    Definition Classes
    TraversableOnce → GenTraversableOnce
  56. def minBy[B](f: (InternalRow) ⇒ B)(implicit cmp: Ordering[B]): InternalRow
    Definition Classes
    TraversableOnce → GenTraversableOnce
  57. def mkString: String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  58. def mkString(sep: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  59. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  60. val name: String
  61. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. def next(): InternalRow
    Definition Classes
    InterimIteratorWrapperTrait → Iterator
  63. def nextAcc(n: InternalRow, field: StructField, index: Int, acc: FieldStatAccumulator): Unit
  64. def nonEmpty: Boolean
    Definition Classes
    TraversableOnce → GenTraversableOnce
  65. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  66. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  67. val numRows: Int
  68. def padTo[A1 >: InternalRow](len: Int, elem: A1): Iterator[A1]
    Definition Classes
    Iterator
  69. def partition(p: (InternalRow) ⇒ Boolean): (Iterator[InternalRow], Iterator[InternalRow])
    Definition Classes
    Iterator
  70. val partitionCounter: LongAccumulator
  71. val partitionId: Int
  72. val partitionMaxs: Array[Option[Any]]
    Definition Classes
    InterimIteratorWrapperTrait
  73. val partitionMins: Array[Option[Any]]
    Definition Classes
    InterimIteratorWrapperTrait
  74. def patch[B >: InternalRow](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
    Definition Classes
    Iterator
  75. def product[B >: InternalRow](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  76. def reduce[A1 >: InternalRow](op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. def reduceLeft[B >: InternalRow](op: (B, InternalRow) ⇒ B): B
    Definition Classes
    TraversableOnce
  78. def reduceLeftOption[B >: InternalRow](op: (B, InternalRow) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def reduceOption[A1 >: InternalRow](op: (A1, A1) ⇒ A1): Option[A1]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. def reduceRight[B >: InternalRow](op: (InternalRow, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  81. def reduceRightOption[B >: InternalRow](op: (InternalRow, B) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  82. def reversed: List[InternalRow]
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  83. val rowAccumulator: CollectionAccumulator[InterimRow]
  84. def sameElements(that: Iterator[_]): Boolean
    Definition Classes
    Iterator
  85. def scanLeft[B](z: B)(op: (B, InternalRow) ⇒ B): Iterator[B]
    Definition Classes
    Iterator
  86. def scanRight[B](z: B)(op: (InternalRow, B) ⇒ B): Iterator[B]
    Definition Classes
    Iterator
  87. val schema: StructType
  88. def seq: Iterator[InternalRow]
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  89. def size: Int
    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. def sizeHintIfCheap: Int
    Attributes
    protected[collection]
    Definition Classes
    GenTraversableOnce
  91. def slice(from: Int, until: Int): Iterator[InternalRow]
    Definition Classes
    Iterator
  92. def sliceIterator(from: Int, until: Int): Iterator[InternalRow]
    Attributes
    protected
    Definition Classes
    Iterator
  93. def sliding[B >: InternalRow](size: Int, step: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  94. def span(p: (InternalRow) ⇒ Boolean): (Iterator[InternalRow], Iterator[InternalRow])
    Definition Classes
    Iterator
  95. val statAccumulator: Array[FieldStatAccumulator]
  96. def sum[B >: InternalRow](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  97. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  98. def take(n: Int): Iterator[InternalRow]
    Definition Classes
    Iterator
  99. def takeWhile(p: (InternalRow) ⇒ Boolean): Iterator[InternalRow]
    Definition Classes
    Iterator
  100. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, InternalRow, Col[InternalRow]]): Col[InternalRow]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  101. def toArray[B >: InternalRow](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. def toBuffer[B >: InternalRow]: Buffer[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  103. def toIndexedSeq: IndexedSeq[InternalRow]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. def toIterable: Iterable[InternalRow]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  105. def toIterator: Iterator[InternalRow]
    Definition Classes
    Iterator → GenTraversableOnce
  106. def toList: List[InternalRow]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. def toMap[T, U](implicit ev: <:<[InternalRow, (T, U)]): Map[T, U]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  108. def toSeq: Seq[InternalRow]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def toSet[B >: InternalRow]: Set[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def toStream: Stream[InternalRow]
    Definition Classes
    Iterator → GenTraversableOnce
  111. def toString(): String
    Definition Classes
    Iterator → AnyRef → Any
  112. def toTraversable: Traversable[InternalRow]
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  113. def toVector: Vector[InternalRow]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. val underlying: Iterator[InternalRow]
  115. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  116. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  117. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  118. def withFilter(p: (InternalRow) ⇒ Boolean): Iterator[InternalRow]
    Definition Classes
    Iterator
  119. def zip[B](that: Iterator[B]): Iterator[(InternalRow, B)]
    Definition Classes
    Iterator
  120. def zipAll[B, A1 >: InternalRow, B1 >: B](that: Iterator[B], thisElem: A1, thatElem: B1): Iterator[(A1, B1)]
    Definition Classes
    Iterator
  121. def zipWithIndex: Iterator[(InternalRow, Int)]
    Definition Classes
    Iterator

Deprecated Value Members

  1. def /:[B](z: B)(op: (B, InternalRow) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldLeft instead of /:

  2. def :\[B](z: B)(op: (InternalRow, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.10) Use foldRight instead of :\

  3. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Product

Inherited from Equals

Inherited from InterimIteratorWrapperTrait[Row]

Inherited from Serializable

Inherited from Serializable

Inherited from Iterator[InternalRow]

Inherited from TraversableOnce[InternalRow]

Inherited from GenTraversableOnce[InternalRow]

Inherited from AnyRef

Inherited from Any

Ungrouped