Row

object Row
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Row.type

Type members

Classlikes

case class Data(key: String, value: Any)
object TupleIndex

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

@targetName("columns")
def apply(values: (String, Any)*): Row
def apply(values: Any*): Row