Row

org.apache.spark.sql.Row
See theRow companion trait
object Row

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Row.type

Members list

Value members

Concrete methods

def apply(values: Any*): Row

Creates a Row from the given values (no schema).

Creates a Row from the given values (no schema).

Attributes

def fromSeq(values: Seq[Any]): Row

Creates a Row from a Seq of values.

Creates a Row from a Seq of values.

Attributes

def unapplySeq(row: Row): Some[Seq[Any]]

Extractor so callers can pattern-match on a Row's values.

Extractor so callers can pattern-match on a Row's values.

Attributes

Concrete fields

val empty: Row

An empty Row.

An empty Row.

Attributes