com.bfm.topnotch

tndiff

package tndiff

Visibility
  1. Public
  2. All

Type Members

  1. case class TnDiffCmd(params: TnDiffParams, input1: Input, input1Name: String, input2: Input, input2Name: String, filterEqualRows: Boolean = false, outputKey: String, cache: Boolean = false, numericThreshold: Double = 1.0E-6, outputPath: Option[String] = scala.None) extends TnCmd with Product with Serializable

    The class for a diff command

  2. class TnDiffCreator extends AnyRef

    The class for comparing two data sets.

  3. case class TnDiffInput(joinColumns: Seq[String], diffColumns: Seq[String]) extends Product with Serializable

  4. case class TnDiffParams(input1Columns: TnDiffInput, input2Columns: TnDiffInput, columnThreshold: Seq[Double] = immutable.this.Nil) extends Product with Serializable

    The parameters to a diff operation, independent of the input and output data.

Value Members

  1. object TnDiffCreator

    The constant strings and basic functions used to create the diff.

Ungrouped