Object/Class

org.apache.spark.sql

ColumnCheck

Related Docs: class ColumnCheck | package sql

Permalink

object ColumnCheck extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColumnCheck
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val MaximumBins: Int

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. def hasCreditCardNumberRatio(v: CheckValue[Double]): ColumnCheck

    Permalink
  11. def hasDataTypeMatchRatio(dType: CheckValue.DataTypes.Value, v: CheckValue[Double]): ColumnCheck

    Permalink
  12. def hasDistinctValuesRatio(v: CheckValue[Double]): ColumnCheck

    Permalink
  13. def hasEmailRatio(v: CheckValue[Double]): ColumnCheck

    Permalink
  14. def hasMaxStringLength(v: CheckValue[Double]): ColumnCheck

    Permalink
  15. def hasMaxValue(v: CheckValue[Double]): ColumnCheck

    Permalink
  16. def hasMeanValue(v: CheckValue[Double]): ColumnCheck

    Permalink
  17. def hasMinStringLength(v: CheckValue[Double]): ColumnCheck

    Permalink
  18. def hasMinValue(v: CheckValue[Double]): ColumnCheck

    Permalink
  19. def hasNonNegativeValueRatio(v: CheckValue[Double]): ColumnCheck

    Permalink
  20. def hasNonNullValueRatio(v: CheckValue[Double]): ColumnCheck

    Permalink
  21. def hasNumberOfDistinctValues(v: CheckValue[Long]): ColumnCheck

    Permalink
  22. def hasPositiveValueRatio(v: CheckValue[Double]): ColumnCheck

    Permalink
  23. def hasRegexMatchRatio(patternName: String, pattern: Regex, v: CheckValue[Double]): ColumnCheck

    Permalink
  24. def hasSocialSecurityNumberRatio(v: CheckValue[Double]): ColumnCheck

    Permalink
  25. def hasStandardDeviationValue(v: CheckValue[Double]): ColumnCheck

    Permalink
  26. def hasSumValue(v: CheckValue[Double]): ColumnCheck

    Permalink
  27. def hasURLRatio(v: CheckValue[Double]): ColumnCheck

    Permalink
  28. def hasUniqueValueRatio(v: CheckValue[Double]): ColumnCheck

    Permalink
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def isContainedInRange(lowerBound: Double, upperBound: Double, includeLowerBound: Boolean = true, includeUpperBound: Boolean = true): ColumnCheck

    Permalink
  31. def isContainedInSet(allowedValues: Array[String]): ColumnCheck

    Permalink
  32. def isContainedInSetWithRatio(allowedValues: Array[String], v: CheckValue[Double]): ColumnCheck

    Permalink
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped