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)
- Alphabetic
- By Inheritance
- StateStoreChangeDataReader
- Logging
- NextIterator
- Iterator
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
Abstract Value Members
- abstract val changelogSuffix: String
file format of the changelog files
file format of the changelog files
- Attributes
- protected
- abstract def getNext(): (RecordType.Value, UnsafeRow, UnsafeRow, Long)
- Attributes
- protected
- Definition Classes
- NextIterator
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ++[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: => IterableOnce[B]): Iterator[B]
- Definition Classes
- Iterator
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def addString(b: StringBuilder): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def addString(b: StringBuilder, sep: String): b.type
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
- Definition Classes
- IterableOnceOps
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buffered: BufferedIterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def close(): Unit
- Definition Classes
- StateStoreChangeDataReader → NextIterator
- def closeIfNeeded(): Unit
- Definition Classes
- NextIterator
- def collect[B](pf: PartialFunction[(RecordType.Value, UnsafeRow, UnsafeRow, Long), B]): Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
- def collectFirst[B](pf: PartialFunction[(RecordType.Value, UnsafeRow, UnsafeRow, Long), B]): Option[B]
- Definition Classes
- IterableOnceOps
- def concat[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: => IterableOnce[B]): Iterator[B]
- Definition Classes
- Iterator
- def contains(elem: Any): Boolean
- Definition Classes
- Iterator
- def copyToArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: Array[B], start: Int, len: Int): Int
- Definition Classes
- IterableOnceOps
- def copyToArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: Array[B], start: Int): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def copyToArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](xs: Array[B]): Int
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- def corresponds[B](that: IterableOnce[B])(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long), B) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def count(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Int
- Definition Classes
- IterableOnceOps
- 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
- def currentChangelogVersion: Long
get the version of the current changelog reader
get the version of the current changelog reader
- Attributes
- protected
- def distinct: Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator
- def distinctBy[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator
- def drop(n: Int): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator → IterableOnceOps
- def dropWhile(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator → IterableOnceOps
- def duplicate: (Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)], Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)])
- Definition Classes
- Iterator
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exists(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def filter(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator → IterableOnceOps
- def filterNot(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator → IterableOnceOps
- def find(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Option[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- IterableOnceOps
- var finished: Boolean
- Attributes
- protected
- Definition Classes
- NextIterator
- def flatMap[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => IterableOnce[B]): Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
- def flatten[B](implicit ev: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => IterableOnce[B]): Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
- def fold[A1 >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](z: A1)(op: (A1, A1) => A1): A1
- Definition Classes
- IterableOnceOps
- def foldLeft[B](z: B)(op: (B, (RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B): B
- Definition Classes
- IterableOnceOps
- def foldRight[B](z: B)(op: ((RecordType.Value, UnsafeRow, UnsafeRow, Long), B) => B): B
- Definition Classes
- IterableOnceOps
- def forall(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Boolean
- Definition Classes
- IterableOnceOps
- def foreach[U](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => U): Unit
- Definition Classes
- IterableOnceOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def grouped[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](size: Int): GroupedIterator[B]
- Definition Classes
- Iterator
- def hasNext: Boolean
- Definition Classes
- NextIterator → Iterator
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def indexOf[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](elem: B, from: Int): Int
- Definition Classes
- Iterator
- def indexOf[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](elem: B): Int
- Definition Classes
- Iterator
- def indexWhere(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean, from: Int): Int
- Definition Classes
- Iterator
- def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def isEmpty: Boolean
- Definition Classes
- Iterator → IterableOnceOps
- Annotations
- @deprecatedOverriding()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
- def isTraversableAgain: Boolean
- Definition Classes
- IterableOnceOps
- final def iterator: Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator → IterableOnce
- Annotations
- @inline()
- def knownSize: Int
- Definition Classes
- IterableOnce
- final def length: Int
- Definition Classes
- Iterator
- Annotations
- @inline()
- def log: Logger
- Attributes
- protected
- Definition Classes
- Logging
- def logDebug(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logDebug(entry: LogEntry, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logDebug(entry: LogEntry): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logDebug(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logError(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logError(entry: LogEntry, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logError(entry: LogEntry): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logError(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logInfo(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logInfo(entry: LogEntry, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logInfo(entry: LogEntry): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logInfo(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logName: String
- Attributes
- protected
- Definition Classes
- Logging
- def logTrace(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logTrace(entry: LogEntry, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logTrace(entry: LogEntry): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logTrace(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logWarning(msg: => String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logWarning(entry: LogEntry, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logWarning(entry: LogEntry): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def logWarning(msg: => String): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def map[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B): Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
- def max[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit ord: Ordering[B]): (RecordType.Value, UnsafeRow, UnsafeRow, Long)
- Definition Classes
- IterableOnceOps
- def maxBy[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B)(implicit ord: Ordering[B]): (RecordType.Value, UnsafeRow, UnsafeRow, Long)
- Definition Classes
- IterableOnceOps
- def maxByOption[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B)(implicit ord: Ordering[B]): Option[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- IterableOnceOps
- def maxOption[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit ord: Ordering[B]): Option[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- IterableOnceOps
- def min[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit ord: Ordering[B]): (RecordType.Value, UnsafeRow, UnsafeRow, Long)
- Definition Classes
- IterableOnceOps
- def minBy[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B)(implicit ord: Ordering[B]): (RecordType.Value, UnsafeRow, UnsafeRow, Long)
- Definition Classes
- IterableOnceOps
- def minByOption[B](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B)(implicit ord: Ordering[B]): Option[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- IterableOnceOps
- def minOption[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit ord: Ordering[B]): Option[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- IterableOnceOps
- final def mkString: String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(sep: String): String
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- final def mkString(start: String, sep: String, end: String): String
- Definition Classes
- IterableOnceOps
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def next(): (RecordType.Value, UnsafeRow, UnsafeRow, Long)
- Definition Classes
- NextIterator → Iterator
- def nextOption(): Option[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator
- def nonEmpty: Boolean
- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding()
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def padTo[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](len: Int, elem: B): Iterator[B]
- Definition Classes
- Iterator
- def partition(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): (Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)], Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)])
- Definition Classes
- Iterator
- def patch[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
- Definition Classes
- Iterator
- def product[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- def reduce[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](op: (B, B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeft[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](op: (B, (RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B): B
- Definition Classes
- IterableOnceOps
- def reduceLeftOption[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](op: (B, (RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceOption[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](op: (B, B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reduceRight[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](op: ((RecordType.Value, UnsafeRow, UnsafeRow, Long), B) => B): B
- Definition Classes
- IterableOnceOps
- def reduceRightOption[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](op: ((RecordType.Value, UnsafeRow, UnsafeRow, Long), B) => B): Option[B]
- Definition Classes
- IterableOnceOps
- def reversed: Iterable[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Attributes
- protected
- Definition Classes
- IterableOnceOps
- def sameElements[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](that: IterableOnce[B]): Boolean
- Definition Classes
- Iterator
- def scanLeft[B](z: B)(op: (B, (RecordType.Value, UnsafeRow, UnsafeRow, Long)) => B): Iterator[B]
- Definition Classes
- Iterator → IterableOnceOps
- def size: Int
- Definition Classes
- IterableOnceOps
- def slice(from: Int, until: Int): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator → IterableOnceOps
- def sliceIterator(from: Int, until: Int): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Attributes
- protected
- Definition Classes
- Iterator
- def sliding[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](size: Int, step: Int): GroupedIterator[B]
- Definition Classes
- Iterator
- 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
- def splitAt(n: Int): (Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)], Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)])
- Definition Classes
- IterableOnceOps
- def stepper[S <: Stepper[_]](implicit shape: StepperShape[(RecordType.Value, UnsafeRow, UnsafeRow, Long), S]): S
- Definition Classes
- IterableOnce
- def sum[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit num: Numeric[B]): B
- Definition Classes
- IterableOnceOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def take(n: Int): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator → IterableOnceOps
- def takeWhile(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator → IterableOnceOps
- def tapEach[U](f: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => U): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator → IterableOnceOps
- def to[C1](factory: Factory[(RecordType.Value, UnsafeRow, UnsafeRow, Long), C1]): C1
- Definition Classes
- IterableOnceOps
- def toArray[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- IterableOnceOps
- final def toBuffer[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)]: Buffer[B]
- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
- def toIndexedSeq: IndexedSeq[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- IterableOnceOps
- def toList: List[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- IterableOnceOps
- def toMap[K, V](implicit ev: <:<[(RecordType.Value, UnsafeRow, UnsafeRow, Long), (K, V)]): Map[K, V]
- Definition Classes
- IterableOnceOps
- def toSeq: Seq[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- IterableOnceOps
- def toSet[B >: (RecordType.Value, UnsafeRow, UnsafeRow, Long)]: Set[B]
- Definition Classes
- IterableOnceOps
- def toString(): String
- Definition Classes
- Iterator → AnyRef → Any
- def toVector: Vector[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- IterableOnceOps
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withFilter(p: ((RecordType.Value, UnsafeRow, UnsafeRow, Long)) => Boolean): Iterator[(RecordType.Value, UnsafeRow, UnsafeRow, Long)]
- Definition Classes
- Iterator
- def withLogContext(context: Map[String, String])(body: => Unit): Unit
- Attributes
- protected
- Definition Classes
- Logging
- def zip[B](that: IterableOnce[B]): Iterator[((RecordType.Value, UnsafeRow, UnsafeRow, Long), B)]
- Definition Classes
- Iterator
- def zipAll[A1 >: (RecordType.Value, UnsafeRow, UnsafeRow, Long), B](that: IterableOnce[B], thisElem: A1, thatElem: B): Iterator[(A1, B)]
- Definition Classes
- Iterator
- def zipWithIndex: Iterator[((RecordType.Value, UnsafeRow, UnsafeRow, Long), Int)]
- Definition Classes
- Iterator → IterableOnceOps
Deprecated Value Members
- 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 /:
- 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 :\
- 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, useParIterableLike#aggregate.
- 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 ++= collinstead
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- 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
- 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.
- def seq: StateStoreChangeDataReader.this.type
- Definition Classes
- Iterator
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Iterator.seq always returns the iterator itself
- 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
- 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