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
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommonDataDescription
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val column: String
- val distinct_values_count: Long
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val frequent_count_1: Option[Long]
- val frequent_count_2: Option[Long]
- val frequent_count_3: Option[Long]
- val frequent_value_1: Option[String]
- val frequent_value_2: Option[String]
- val frequent_value_3: Option[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val infrequent_count_1: Option[Long]
- val infrequent_count_2: Option[Long]
- val infrequent_count_3: Option[Long]
- val infrequent_value_1: Option[String]
- val infrequent_value_2: Option[String]
- val infrequent_value_3: Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val null_count: Long
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val total_count: Long
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated