Row

case
class Row(data: (String, Any)*)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Classlikes

object TupleIndex

Value members

Concrete methods

def add(value: Any): Row
def add(key: String, value: Any): Row
def apply[T](index: Int)(using t: ClassTag[T]): T
def apply[T](key: String)(using t: ClassTag[T]): T
def indexOfKey(key: String): Int

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product