Packages

object Visualizer

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Visualizer
  2. AnyRef
  3. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def generateHeadersRows(left: DataFrame, right: DataFrame, compositeKeyStrs: Seq[String], maxRecords: Integer): (Seq[String], Seq[Seq[String]], VisualResultType)

    Generate header, rows and a flag indicating the following scenarios: 1 - right is empty 2 - left is empty 3 - both are not empty

    Generate header, rows and a flag indicating the following scenarios: 1 - right is empty 2 - left is empty 3 - both are not empty

    returns

    a tuple containing header, rows and visualResultType

  10. def generateVisualizerTemplate(left: DataFrame, right: DataFrame, compositeKeyStrs: Seq[String], maxRecords: Integer = 1000): String

    Generate template string which can be used by displayHTML() in databricks

    Generate template string which can be used by displayHTML() in databricks

    compositeKeyStrs

    a sequence of strings used as keys to do full outer join. Case does not matter.

    returns

    a template string

  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isValidKey(composite_key_strs: Seq[String]): Boolean

    Check whether passed sequence of keys are valid

  15. def mapHelper(columnName: String): Column

    Helper method to map non-composite key cell value to desired value

    Helper method to map non-composite key cell value to desired value

    columnName

    : column name

  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def renderHorizontalTable(df: DataFrame, limit: Int): String

    df

    the resulting dataframe from FULL OUTER JOIN operation by SparkCompare.fullOuterJoinDataFrames

    limit

    the maximum number of records to be displayed in the table

    returns

    HTML table as a String to be further used as placement inside the horizontalTemplate

  20. val ss: SparkSession
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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()

Inherited from AnyRef

Inherited from Any

Ungrouped