Packages

object CompareRowsOptions extends OptionDescriptionBuilder

Defines the options that can be used with the BuiltInTransforms.compareRows transform.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompareRowsOptions
  2. OptionDescriptionBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val COMPACT_RESULT: String

    Whether to use a compact array based format for keys in the output.

    Whether to use a compact array based format for keys in the output. Default is false

  5. val KEY_COLUMNS: String

    A comma-separated list of columns to use as keys when comparing the data sets.

  6. def Mandatory(name: String, validation: (String) ⇒ Option[String] = s => None): OptionDescription
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  7. def Optional(name: String, default: Option[String] = None, validation: (String) ⇒ Option[String] = s => None): OptionDescription
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  8. val RELAXED_MATCH: String

    Whether to require schemas of the two data sets to match exactly.

    Whether to require schemas of the two data sets to match exactly. Default is false

  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def descriptions(descriptions: OptionDescription*): OptionDescriptions
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def get: OptionDescriptions
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def legacyOptions: Set[String]
    Definition Classes
    OptionDescriptionBuilder
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from OptionDescriptionBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped