Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
The basic representation of one row of data. This is a standard type that comes out of the SQL engine in Spark.
An element in a Row object. All objects manipulated by the Spark framework are assumed to be convertible to cells.
This is usually handled by generic transforms.
A Row of data: the basic data structure to transport information TODO rename to rowCells
valueToCell :: ToSQL a => a -> Cell Source #