com.basho.riak.spark.query

TSDataQueryingIterator

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 any2stringfmt
  4. by any2ArrowAssoc
  5. by any2Ensuring
  6. by alternateImplicit
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TSDataQueryingIterator(query: QueryTS)

Type Members

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

    Definition Classes
    Iterator

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  11. def addString(b: StringBuilder): StringBuilder

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

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

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

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

    Definition Classes
    Any
  16. def buffered: BufferedIterator[Row]

    Definition Classes
    Iterator
  17. def clone(): AnyRef

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

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

    Definition Classes
    TraversableOnce
  20. def columnDefs: Seq[ColumnDescription]

    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,

  21. def contains(elem: Any): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  40. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  51. def hasDefiniteSize: Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  52. def hasNext: Boolean

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

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

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

    Definition Classes
    Iterator
  56. def isEmpty: Boolean

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

    Definition Classes
    Any
  58. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  59. def isTraversableAgain: Boolean

    Definition Classes
    Iterator → GenTraversableOnce
  60. def length: Int

    Definition Classes
    Iterator
  61. def log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  62. def logDebug(msg: ⇒ String, throwable: Throwable): 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(msg: ⇒ String): Unit

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

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

    Attributes
    protected
    Definition Classes
    Logging
  68. def logName: String

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  78. def mkString: String

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

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

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

    Definition Classes
    AnyRef
  82. def next(): Row

    Definition Classes
    TSDataQueryingIterator → Iterator
  83. def nonEmpty: Boolean

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

    Definition Classes
    AnyRef
  85. final def notifyAll(): Unit

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

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

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

    Definition Classes
    Iterator
  89. def prefetch(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Iterator
  101. def seq: Iterator[Row]

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  102. def size: Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Shadowed Implicit Value Members

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

    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]

    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]

    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. val self: Any

    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tSDataQueryingIterator: StringAdd).self
    Definition Classes
    StringAdd
  5. val self: Any

    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tSDataQueryingIterator: StringFormat).self
    Definition Classes
    StringFormat
  6. def withFilter(p: (Row) ⇒ Boolean): Iterator[Row]

    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

Deprecated Value Members

  1. def /:\[A1 >: Row](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def x: TSDataQueryingIterator

    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to ArrowAssoc[TSDataQueryingIterator] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tSDataQueryingIterator: ArrowAssoc[TSDataQueryingIterator]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: TSDataQueryingIterator

    Implicit information
    This member is added by an implicit conversion from TSDataQueryingIterator to Ensuring[TSDataQueryingIterator] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (tSDataQueryingIterator: Ensuring[TSDataQueryingIterator]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 StringAdd

Inherited by implicit conversion any2stringfmt from TSDataQueryingIterator to StringFormat

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

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

Inherited by implicit conversion alternateImplicit from TSDataQueryingIterator to ForceImplicitAmbiguity

Ungrouped