Packages

p

org.apache.spark.sql

execution

package execution

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class RowIterator extends AnyRef

    An internal iterator interface which presents a more restrictive API than scala.collection.Iterator.

    An internal iterator interface which presents a more restrictive API than scala.collection.Iterator.

    One major departure from the Scala iterator API is the fusing of the hasNext() and next() calls: Scala's iterator allows users to call hasNext() without immediately advancing the iterator to consume the next row, whereas RowIterator combines these calls into a single advanceNext() method.

Value Members

  1. object RowIterator

Ungrouped