Packages

c

org.apache.spark.sql.execution.streaming.state

StateStoreChangeDataReader

abstract class StateStoreChangeDataReader extends NextIterator[(state.RecordType.Value, UnsafeRow, UnsafeRow, Long)] with Logging

Base class representing a iterator that iterates over a range of changelog files in a state store. In each iteration, it will return a tuple of (changeType: RecordType, nested key: UnsafeRow, nested value: UnsafeRow, batchId: Long)

Linear Supertypes
Logging, NextIterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)], Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)], IterableOnceOps[(RecordType.Value, UnsafeRow, UnsafeRow, Long), Iterator, Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]], IterableOnce[(RecordType.Value, UnsafeRow, UnsafeRow, Long)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StateStoreChangeDataReader
  2. Logging
  3. NextIterator
  4. Iterator
  5. IterableOnceOps
  6. IterableOnce
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StateStoreChangeDataReader(fm: CheckpointFileManager, stateLocation: Path, startVersion: Long, endVersion: Long, compressionCodec: CompressionCodec, colFamilyNameOpt: Option[String] = None)

    fm

    checkpoint file manager used to manage streaming query checkpoint

    stateLocation

    location of the state store

    startVersion

    start version of the changelog file to read

    endVersion

    end version of the changelog file to read

    compressionCodec

    de-compression method using for reading changelog file

    colFamilyNameOpt

    optional column family name to read from

Type Members

  1. class GroupedIterator[B >: A] extends AbstractIterator[Seq[B]]
    Definition Classes
    Iterator
  2. implicit class LogStringContext extends AnyRef
    Definition Classes
    Logging

Abstract Value Members

  1. abstract val changelogSuffix: String

    file format of the changelog files

    file format of the changelog files

    Attributes
    protected
  2. abstract def getNext(): (RecordType.Value, UnsafeRow, UnsafeRow, Long)
    Attributes
    protected
    Definition Classes
    NextIterator

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @inline()
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def addString(b: StringBuilder): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  6. final def addString(b: StringBuilder, sep: String): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  7. def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def buffered: BufferedIterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. def close(): Unit
    Definition Classes
    StateStoreChangeDataReader → NextIterator
  12. def closeIfNeeded(): Unit
    Definition Classes
    NextIterator
  13. def collect[B](pf: PartialFunction[(RecordType.Value, UnsafeRow, UnsafeRow, Long), B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  14. def collectFirst[B](pf: PartialFunction[(RecordType.Value, UnsafeRow, UnsafeRow, Long), B]): Option[B]
    Definition Classes
    IterableOnceOps
  15. def concat[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
  16. def contains(elem: Any): Boolean
    Definition Classes
    Iterator
  17. def copyToArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  18. def copyToArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  19. def copyToArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  20. def corresponds[B](that: IterableOnce[B])(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long), B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  21. def count(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Int
    Definition Classes
    IterableOnceOps
  22. def currentChangelogReader(): StateStoreChangelogReader

    Get a changelog reader that has at least one record left to read.

    Get a changelog reader that has at least one record left to read. If there is no readers left, return null.

    Attributes
    protected
  23. def currentChangelogVersion: Long

    get the version of the current changelog reader

    get the version of the current changelog reader

    Attributes
    protected
  24. def distinct: Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator
  25. def distinctBy[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator
  26. def drop(n: Int): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator → IterableOnceOps
  27. def dropWhile(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator → IterableOnceOps
  28. def duplicate: (Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)], Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)])
    Definition Classes
    Iterator
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  31. def exists(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  32. def filter(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator → IterableOnceOps
  33. def filterNot(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator → IterableOnceOps
  34. def find(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Option[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    IterableOnceOps
  35. var finished: Boolean
    Attributes
    protected
    Definition Classes
    NextIterator
  36. def flatMap[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  37. def flatten[B](implicit ev: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  38. def fold[A1 >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  39. def foldLeft[B](z: B)(op: (B, (RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B): B
    Definition Classes
    IterableOnceOps
  40. def foldRight[B](z: B)(op: ((RecordType.Value, UnsafeRow, UnsafeRow, Long), B) => B): B
    Definition Classes
    IterableOnceOps
  41. def forall(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  42. def foreach[U](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => U): Unit
    Definition Classes
    IterableOnceOps
  43. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  44. def grouped[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](size: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  45. def hasNext: Boolean
    Definition Classes
    NextIterator → Iterator
  46. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  47. def indexOf[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](elem: B, from: Int): Int
    Definition Classes
    Iterator
  48. def indexOf[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](elem: B): Int
    Definition Classes
    Iterator
  49. def indexWhere(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean, from: Int): Int
    Definition Classes
    Iterator
  50. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  51. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  52. def isEmpty: Boolean
    Definition Classes
    Iterator → IterableOnceOps
    Annotations
    @deprecatedOverriding()
  53. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  54. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  55. def isTraversableAgain: Boolean
    Definition Classes
    IterableOnceOps
  56. final def iterator: Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator → IterableOnce
    Annotations
    @inline()
  57. def knownSize: Int
    Definition Classes
    IterableOnce
  58. final def length: Int
    Definition Classes
    Iterator
    Annotations
    @inline()
  59. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  60. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  61. def logDebug(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  62. def logDebug(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  63. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  64. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  65. def logError(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  66. def logError(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  67. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  68. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  69. def logInfo(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  70. def logInfo(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  71. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  72. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  73. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  74. def logTrace(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  75. def logTrace(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  76. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  77. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  78. def logWarning(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  79. def logWarning(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  80. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  81. def map[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  82. def max[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit ord: Ordering[B]): (RecordType.Value, UnsafeRow, UnsafeRow, Long)
    Definition Classes
    IterableOnceOps
  83. def maxBy[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B)(implicit ord: Ordering[B]): (RecordType.Value, UnsafeRow, UnsafeRow, Long)
    Definition Classes
    IterableOnceOps
  84. def maxByOption[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B)(implicit ord: Ordering[B]): Option[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    IterableOnceOps
  85. def maxOption[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit ord: Ordering[B]): Option[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    IterableOnceOps
  86. def min[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit ord: Ordering[B]): (RecordType.Value, UnsafeRow, UnsafeRow, Long)
    Definition Classes
    IterableOnceOps
  87. def minBy[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B)(implicit ord: Ordering[B]): (RecordType.Value, UnsafeRow, UnsafeRow, Long)
    Definition Classes
    IterableOnceOps
  88. def minByOption[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B)(implicit ord: Ordering[B]): Option[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    IterableOnceOps
  89. def minOption[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit ord: Ordering[B]): Option[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    IterableOnceOps
  90. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  91. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  92. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  93. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  94. def next(): (RecordType.Value, UnsafeRow, UnsafeRow, Long)
    Definition Classes
    NextIterator → Iterator
  95. def nextOption(): Option[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator
  96. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  97. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  98. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  99. def padTo[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](len: Int, elem: B): Iterator[B]
    Definition Classes
    Iterator
  100. def partition(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): (Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)], Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)])
    Definition Classes
    Iterator
  101. def patch[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
    Definition Classes
    Iterator
  102. def product[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  103. def reduce[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  104. def reduceLeft[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](op: (B, (RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B): B
    Definition Classes
    IterableOnceOps
  105. def reduceLeftOption[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](op: (B, (RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B): Option[B]
    Definition Classes
    IterableOnceOps
  106. def reduceOption[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  107. def reduceRight[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](op: ((RecordType.Value, UnsafeRow, UnsafeRow, Long), B) => B): B
    Definition Classes
    IterableOnceOps
  108. def reduceRightOption[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](op: ((RecordType.Value, UnsafeRow, UnsafeRow, Long), B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  109. def reversed: Iterable[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  110. def sameElements[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](that: IterableOnce[B]): Boolean
    Definition Classes
    Iterator
  111. def scanLeft[B](z: B)(op: (B, (RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  112. def size: Int
    Definition Classes
    IterableOnceOps
  113. def slice(from: Int, until: Int): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator → IterableOnceOps
  114. def sliceIterator(from: Int, until: Int): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Attributes
    protected
    Definition Classes
    Iterator
  115. def sliding[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](size: Int, step: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  116. def span(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): (Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)], Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)])
    Definition Classes
    Iterator → IterableOnceOps
  117. def splitAt(n: Int): (Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)], Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)])
    Definition Classes
    IterableOnceOps
  118. def stepper[S <: Stepper[_]](implicit shape: StepperShape[(RecordType.Value, UnsafeRow, UnsafeRow, Long), S]): S
    Definition Classes
    IterableOnce
  119. def sum[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  120. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  121. def take(n: Int): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator → IterableOnceOps
  122. def takeWhile(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator → IterableOnceOps
  123. def tapEach[U](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => U): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator → IterableOnceOps
  124. def to[C1](factory: Factory[(RecordType.Value, UnsafeRow, UnsafeRow, Long), C1]): C1
    Definition Classes
    IterableOnceOps
  125. def toArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  126. final def toBuffer[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  127. def toIndexedSeq: IndexedSeq[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    IterableOnceOps
  128. def toList: List[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    IterableOnceOps
  129. def toMap[K, V](implicit ev: <:<[(RecordType.Value, UnsafeRow, UnsafeRow, Long), (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  130. def toSeq: Seq[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    IterableOnceOps
  131. def toSet[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)]: Set[B]
    Definition Classes
    IterableOnceOps
  132. def toString(): String
    Definition Classes
    Iterator → AnyRef → Any
  133. def toVector: Vector[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    IterableOnceOps
  134. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  135. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  136. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  137. def withFilter(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    Iterator
  138. def withLogContext(context: Map[String, String])(body: => Unit): Unit
    Attributes
    protected
    Definition Classes
    Logging
  139. def zip[B](that: IterableOnce[B]): Iterator[((RecordType.Value, UnsafeRow, UnsafeRow, Long), B)]
    Definition Classes
    Iterator
  140. def zipAll[A1 >: (RecordType.Value, UnsafeRow, UnsafeRow, Long), B](that: IterableOnce[B], thisElem: A1, thatElem: B): Iterator[(A1, B)]
    Definition Classes
    Iterator
  141. def zipWithIndex: Iterator[((RecordType.Value, UnsafeRow, UnsafeRow, Long), Int)]
    Definition Classes
    Iterator → IterableOnceOps

Deprecated Value Members

  1. final def /:[B](z: B)(op: (B, (RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  2. final def :\[B](z: B)(op: ((RecordType.Value, UnsafeRow, UnsafeRow, Long), B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  3. def aggregate[B](z: => B)(seqop: (B, (RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) For sequential collections, prefer foldLeft(z)(seqop). For parallel collections, use ParIterableLike#aggregate.

  4. final def copyToBuffer[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

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

    (Since version 9)

  6. final def hasDefiniteSize: Boolean
    Definition Classes
    Iterator → IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) hasDefiniteSize on Iterator is the same as isEmpty

  7. def scanRight[B](z: B)(op: ((RecordType.Value, UnsafeRow, UnsafeRow, Long), B) => B): Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Call scanRight on an Iterable instead.

  8. def seq: StateStoreChangeDataReader.this.type
    Definition Classes
    Iterator
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterator.seq always returns the iterator itself

  9. final def toIterator: Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  10. final def toStream: Stream[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

Inherited from Logging

Inherited from NextIterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]

Inherited from Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]

Inherited from IterableOnceOps[(RecordType.Value, UnsafeRow, UnsafeRow, Long), Iterator, Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]]

Inherited from IterableOnce[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]

Inherited from AnyRef

Inherited from Any

Ungrouped