Class/Object

com.basho.riak.spark.query

TSDataQueryingIterator

Related Docs: object TSDataQueryingIterator | package query

Permalink

class TSDataQueryingIterator extends Iterator[Row] with Logging

Linear Supertypes
Logging, Iterator[Row], TraversableOnce[Row], GenTraversableOnce[Row], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TSDataQueryingIterator
  2. Logging
  3. Iterator
  4. TraversableOnce
  5. GenTraversableOnce
  6. AnyRef
  7. Any
Implicitly
  1. by MonadOps
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  6. by alternateImplicit
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TSDataQueryingIterator(query: QueryTS)

    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 +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to any2stringadd[TSDataQueryingIterator] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: Row](that: ⇒ GenTraversableOnce[B]): Iterator[B]

    Permalink
    Definition Classes
    Iterator
  5. def ->[B](y: B): (TSDataQueryingIterator, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to ArrowAssoc[TSDataQueryingIterator] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def /:[B](z: B)(op: (B, Row) ⇒ B): B

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  14. def buffered: BufferedIterator[Row]

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def collect[B](pf: PartialFunction[Row, 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.

  17. def collectFirst[B](pf: PartialFunction[Row, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  18. def columnDefs: Seq[ColumnDescription]

    Permalink

    returns

    result always corresponds to the latest data returned by next() if there were no subsequent call hasNext or there is no outstanding data except following cases: - when next() and hasNext methods haven't been called yet, then data will be fetched implicitly and corresponding ColumnDefs will be returned. - when hasNext has been called and there is a next Row, columnDefs for the next Row will be returned then,

  19. def contains(elem: Any): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Iterator
  25. def count(p: (Row) ⇒ Boolean): Int

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

    Permalink
    Definition Classes
    Iterator
  27. def dropWhile(p: (Row) ⇒ Boolean): Iterator[Row]

    Permalink
    Definition Classes
    Iterator
  28. def duplicate: (Iterator[Row], Iterator[Row])

    Permalink
    Definition Classes
    Iterator
  29. def ensuring(cond: (TSDataQueryingIterator) ⇒ Boolean, msg: ⇒ Any): TSDataQueryingIterator

    Permalink
    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to Ensuring[TSDataQueryingIterator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: (TSDataQueryingIterator) ⇒ Boolean): TSDataQueryingIterator

    Permalink
    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to Ensuring[TSDataQueryingIterator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean, msg: ⇒ Any): TSDataQueryingIterator

    Permalink
    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to Ensuring[TSDataQueryingIterator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean): TSDataQueryingIterator

    Permalink
    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to Ensuring[TSDataQueryingIterator] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def exists(p: (Row) ⇒ Boolean): Boolean

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

    Permalink
    Definition Classes
    Iterator
  37. def filterNot(p: (Row) ⇒ Boolean): Iterator[Row]

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  44. def forall(p: (Row) ⇒ Boolean): Boolean

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

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  46. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to StringFormat[TSDataQueryingIterator] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  47. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Iterator
  49. def hasDefiniteSize: Boolean

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

    Permalink
    Definition Classes
    TSDataQueryingIterator → Iterator
  51. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  52. def indexOf[B >: Row](elem: B): Int

    Permalink
    Definition Classes
    Iterator
  53. def indexWhere(p: (Row) ⇒ Boolean): Int

    Permalink
    Definition Classes
    Iterator
  54. def isEmpty: Boolean

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

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

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

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

    Permalink
    Definition Classes
    Iterator
  59. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  80. def next(): Row

    Permalink
    Definition Classes
    TSDataQueryingIterator → Iterator
  81. def nonEmpty: Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Iterator
  87. def prefetch(): Unit

    Permalink
    Attributes
    protected[this]
  88. def product[B >: Row](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  89. def reduce[A1 >: Row](op: (A1, A1) ⇒ A1): A1

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def reversed: List[Row]

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

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

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

    Permalink
    Definition Classes
    Iterator
  99. def seq: Iterator[Row]

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  100. def size: Int

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  106. def take(n: Int): Iterator[Row]

    Permalink
    Definition Classes
    Iterator
  107. def takeWhile(p: (Row) ⇒ Boolean): Iterator[Row]

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def toBuffer[B >: Row]: Buffer[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. def toIndexedSeq: IndexedSeq[Row]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. def toIterable: Iterable[Row]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  113. def toIterator: Iterator[Row]

    Permalink
    Definition Classes
    Iterator → GenTraversableOnce
  114. def toList: List[Row]

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def toSeq: Seq[Row]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  117. def toSet[B >: Row]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  118. def toStream: Stream[Row]

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

    Permalink
    Definition Classes
    Iterator → AnyRef → Any
  120. def toTraversable: Traversable[Row]

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  121. def toVector: Vector[Row]

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

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

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

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

    Permalink
    Definition Classes
    Iterator
  126. def zip[B](that: Iterator[B]): Iterator[(Row, B)]

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

    Permalink
    Definition Classes
    Iterator
  128. def zipWithIndex: Iterator[(Row, Int)]

    Permalink
    Definition Classes
    Iterator
  129. def [B](y: B): (TSDataQueryingIterator, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to ArrowAssoc[TSDataQueryingIterator] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def filter(p: (Row) ⇒ Boolean): TraversableOnce[Row]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to MonadOps[Row] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tSDataQueryingIterator: MonadOps[Row]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: (Row) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to MonadOps[Row] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tSDataQueryingIterator: MonadOps[Row]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: (Row) ⇒ B): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to MonadOps[Row] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tSDataQueryingIterator: MonadOps[Row]).map(f)
    Definition Classes
    MonadOps
  4. def withFilter(p: (Row) ⇒ Boolean): Iterator[Row]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to MonadOps[Row] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (tSDataQueryingIterator: MonadOps[Row]).withFilter(p)
    Definition Classes
    MonadOps

Inherited from Logging

Inherited from Iterator[Row]

Inherited from TraversableOnce[Row]

Inherited from GenTraversableOnce[Row]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion MonadOps from TSDataQueryingIterator to MonadOps[Row]

Inherited by implicit conversion any2stringadd from TSDataQueryingIterator to any2stringadd[TSDataQueryingIterator]

Inherited by implicit conversion StringFormat from TSDataQueryingIterator to StringFormat[TSDataQueryingIterator]

Inherited by implicit conversion Ensuring from TSDataQueryingIterator to Ensuring[TSDataQueryingIterator]

Inherited by implicit conversion ArrowAssoc from TSDataQueryingIterator to ArrowAssoc[TSDataQueryingIterator]

Inherited by implicit conversion alternateImplicit from TSDataQueryingIterator to ForceImplicitAmbiguity

Ungrouped