DataSource

org.nspl.data.DataSource
trait DataSource

Basic trait of all data sources.

Represents an iterator of fixed size records (rows).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def columnMinMax(i: Int): Option[MinMax]
def dimension: Int
def iterator: Iterator[Row]

Concrete methods

def columnNames: Seq[String]