Class

com.google.cloud.spark.bigquery.direct

ReadRowsIterator

Related Doc: package direct

Permalink

class ReadRowsIterator extends Logging with Iterator[ReadRowsResponse]

Linear Supertypes
Iterator[ReadRowsResponse], TraversableOnce[ReadRowsResponse], GenTraversableOnce[ReadRowsResponse], Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadRowsIterator
  2. Iterator
  3. TraversableOnce
  4. GenTraversableOnce
  5. Logging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReadRowsIterator(helper: ReadRowsHelper, serverResponses: Iterator[ReadRowsResponse])

    Permalink

Type Members

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

    Permalink
    Definition Classes
    Iterator

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++[B >: ReadRowsResponse](that: ⇒ GenTraversableOnce[B]): Iterator[B]

    Permalink
    Definition Classes
    Iterator
  4. def /:[B](z: B)(op: (B, ReadRowsResponse) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  5. def :\[B](z: B)(op: (ReadRowsResponse, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  8. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  9. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  10. def aggregate[B](z: ⇒ B)(seqop: (B, ReadRowsResponse) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def buffered: BufferedIterator[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def collect[B](pf: PartialFunction[ReadRowsResponse, B]): Iterator[B]

    Permalink
    Definition Classes
    Iterator
    Annotations
    @migration
    Migration

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

  15. def collectFirst[B](pf: PartialFunction[ReadRowsResponse, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  16. def contains(elem: Any): Boolean

    Permalink
    Definition Classes
    Iterator
  17. def copyToArray[B >: ReadRowsResponse](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  18. def copyToArray[B >: ReadRowsResponse](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  19. def copyToArray[B >: ReadRowsResponse](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  20. def copyToBuffer[B >: ReadRowsResponse](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  21. def corresponds[B](that: GenTraversableOnce[B])(p: (ReadRowsResponse, B) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Iterator
  22. def count(p: (ReadRowsResponse) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def drop(n: Int): Iterator[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator
  24. def dropWhile(p: (ReadRowsResponse) ⇒ Boolean): Iterator[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator
  25. def duplicate: (Iterator[ReadRowsResponse], Iterator[ReadRowsResponse])

    Permalink
    Definition Classes
    Iterator
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  28. def exists(p: (ReadRowsResponse) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  29. def filter(p: (ReadRowsResponse) ⇒ Boolean): Iterator[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator
  30. def filterNot(p: (ReadRowsResponse) ⇒ Boolean): Iterator[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator
  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def find(p: (ReadRowsResponse) ⇒ Boolean): Option[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  33. def flatMap[B](f: (ReadRowsResponse) ⇒ GenTraversableOnce[B]): Iterator[B]

    Permalink
    Definition Classes
    Iterator
  34. def fold[A1 >: ReadRowsResponse](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  35. def foldLeft[B](z: B)(op: (B, ReadRowsResponse) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  36. def foldRight[B](z: B)(op: (ReadRowsResponse, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  37. def forall(p: (ReadRowsResponse) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  38. def foreach[U](f: (ReadRowsResponse) ⇒ U): Unit

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  39. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  40. def grouped[B >: ReadRowsResponse](size: Int): GroupedIterator[B]

    Permalink
    Definition Classes
    Iterator
  41. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  42. def hasNext: Boolean

    Permalink
    Definition Classes
    ReadRowsIterator → Iterator
  43. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  44. val helper: ReadRowsHelper

    Permalink
  45. def indexOf[B >: ReadRowsResponse](elem: B): Int

    Permalink
    Definition Classes
    Iterator
  46. def indexWhere(p: (ReadRowsResponse) ⇒ Boolean): Int

    Permalink
    Definition Classes
    Iterator
  47. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  48. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  49. def isEmpty: Boolean

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  50. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  51. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  52. def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    Iterator → GenTraversableOnce
  53. def length: Int

    Permalink
    Definition Classes
    Iterator
  54. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  55. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  56. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  57. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  58. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  59. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  60. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  61. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  62. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  63. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  64. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  65. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  66. def map[B](f: (ReadRowsResponse) ⇒ B): Iterator[B]

    Permalink
    Definition Classes
    Iterator
  67. def max[B >: ReadRowsResponse](implicit cmp: Ordering[B]): ReadRowsResponse

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  68. def maxBy[B](f: (ReadRowsResponse) ⇒ B)(implicit cmp: Ordering[B]): ReadRowsResponse

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  69. def min[B >: ReadRowsResponse](implicit cmp: Ordering[B]): ReadRowsResponse

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  70. def minBy[B](f: (ReadRowsResponse) ⇒ B)(implicit cmp: Ordering[B]): ReadRowsResponse

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  71. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  72. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  73. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  74. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  75. def next(): ReadRowsResponse

    Permalink
    Definition Classes
    ReadRowsIterator → Iterator
  76. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  78. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  79. def padTo[A1 >: ReadRowsResponse](len: Int, elem: A1): Iterator[A1]

    Permalink
    Definition Classes
    Iterator
  80. def partition(p: (ReadRowsResponse) ⇒ Boolean): (Iterator[ReadRowsResponse], Iterator[ReadRowsResponse])

    Permalink
    Definition Classes
    Iterator
  81. def patch[B >: ReadRowsResponse](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]

    Permalink
    Definition Classes
    Iterator
  82. def product[B >: ReadRowsResponse](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  83. var readRowsCount: Long

    Permalink
  84. def reduce[A1 >: ReadRowsResponse](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  85. def reduceLeft[B >: ReadRowsResponse](op: (B, ReadRowsResponse) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  86. def reduceLeftOption[B >: ReadRowsResponse](op: (B, ReadRowsResponse) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  87. def reduceOption[A1 >: ReadRowsResponse](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  88. def reduceRight[B >: ReadRowsResponse](op: (ReadRowsResponse, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  89. def reduceRightOption[B >: ReadRowsResponse](op: (ReadRowsResponse, B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. var retries: Int

    Permalink
  91. def reversed: List[ReadRowsResponse]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  92. def sameElements(that: Iterator[_]): Boolean

    Permalink
    Definition Classes
    Iterator
  93. def scanLeft[B](z: B)(op: (B, ReadRowsResponse) ⇒ B): Iterator[B]

    Permalink
    Definition Classes
    Iterator
  94. def scanRight[B](z: B)(op: (ReadRowsResponse, B) ⇒ B): Iterator[B]

    Permalink
    Definition Classes
    Iterator
  95. def seq: Iterator[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  96. var serverResponses: Iterator[ReadRowsResponse]

    Permalink
  97. def size: Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. def slice(from: Int, until: Int): Iterator[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator
  99. def sliding[B >: ReadRowsResponse](size: Int, step: Int): GroupedIterator[B]

    Permalink
    Definition Classes
    Iterator
  100. def span(p: (ReadRowsResponse) ⇒ Boolean): (Iterator[ReadRowsResponse], Iterator[ReadRowsResponse])

    Permalink
    Definition Classes
    Iterator
  101. def sum[B >: ReadRowsResponse](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  103. def take(n: Int): Iterator[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator
  104. def takeWhile(p: (ReadRowsResponse) ⇒ Boolean): Iterator[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator
  105. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, ReadRowsResponse, Col[ReadRowsResponse]]): Col[ReadRowsResponse]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  106. def toArray[B >: ReadRowsResponse](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. def toBuffer[B >: ReadRowsResponse]: Buffer[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  108. def toIndexedSeq: IndexedSeq[ReadRowsResponse]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def toIterable: Iterable[ReadRowsResponse]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def toIterator: Iterator[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator → GenTraversableOnce
  111. def toList: List[ReadRowsResponse]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. def toMap[T, U](implicit ev: <:<[ReadRowsResponse, (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  113. def toSeq: Seq[ReadRowsResponse]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def toSet[B >: ReadRowsResponse]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. def toStream: Stream[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator → GenTraversableOnce
  116. def toString(): String

    Permalink
    Definition Classes
    Iterator → AnyRef → Any
  117. def toTraversable: Traversable[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  118. def toVector: Vector[ReadRowsResponse]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  120. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  121. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  122. def withFilter(p: (ReadRowsResponse) ⇒ Boolean): Iterator[ReadRowsResponse]

    Permalink
    Definition Classes
    Iterator
  123. def zip[B](that: Iterator[B]): Iterator[(ReadRowsResponse, B)]

    Permalink
    Definition Classes
    Iterator
  124. def zipAll[B, A1 >: ReadRowsResponse, B1 >: B](that: Iterator[B], thisElem: A1, thatElem: B1): Iterator[(A1, B1)]

    Permalink
    Definition Classes
    Iterator
  125. def zipWithIndex: Iterator[(ReadRowsResponse, Int)]

    Permalink
    Definition Classes
    Iterator

Inherited from Iterator[ReadRowsResponse]

Inherited from TraversableOnce[ReadRowsResponse]

Inherited from GenTraversableOnce[ReadRowsResponse]

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped