Packages

package execution

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package arrow
  2. package datasources

Type Members

  1. class QueryExecutionException extends Exception
  2. 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