c

com.datasolvr.services.spark.transforms

CommonDataDescription

case class CommonDataDescription(column: String, total_count: Long = 0l, null_count: Long = 0l, distinct_values_count: Long = 0l, frequent_value_1: Option[String] = None, frequent_count_1: Option[Long] = None, frequent_value_2: Option[String] = None, frequent_count_2: Option[Long] = None, frequent_value_3: Option[String] = None, frequent_count_3: Option[Long] = None, infrequent_value_1: Option[String] = None, infrequent_count_1: Option[Long] = None, infrequent_value_2: Option[String] = None, infrequent_count_2: Option[Long] = None, infrequent_value_3: Option[String] = None, infrequent_count_3: Option[Long] = None) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommonDataDescription
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CommonDataDescription(column: String, total_count: Long = 0l, null_count: Long = 0l, distinct_values_count: Long = 0l, frequent_value_1: Option[String] = None, frequent_count_1: Option[Long] = None, frequent_value_2: Option[String] = None, frequent_count_2: Option[Long] = None, frequent_value_3: Option[String] = None, frequent_count_3: Option[Long] = None, infrequent_value_1: Option[String] = None, infrequent_count_1: Option[Long] = None, infrequent_value_2: Option[String] = None, infrequent_count_2: Option[Long] = None, infrequent_value_3: Option[String] = None, infrequent_count_3: Option[Long] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. val column: String
  7. val distinct_values_count: Long
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val frequent_count_1: Option[Long]
  10. val frequent_count_2: Option[Long]
  11. val frequent_count_3: Option[Long]
  12. val frequent_value_1: Option[String]
  13. val frequent_value_2: Option[String]
  14. val frequent_value_3: Option[String]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. val infrequent_count_1: Option[Long]
  17. val infrequent_count_2: Option[Long]
  18. val infrequent_count_3: Option[Long]
  19. val infrequent_value_1: Option[String]
  20. val infrequent_value_2: Option[String]
  21. val infrequent_value_3: Option[String]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. val null_count: Long
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val total_count: Long
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped