RowDescription

case class RowDescription(field: String, count: Int, mean: Option[String], std: Option[String], min: Option[String], percentile25: Option[String], percentile75: Option[String], percentile90: Option[String], max: Option[String], unique: Set[String])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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