Packages

package stats

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class CompareJob extends Serializable

    Compare Job for comparing data between joins, staging queries and raw queries.

    Compare Job for comparing data between joins, staging queries and raw queries. Leverage the compare module for computation between sources.

  2. class ConsistencyJob extends Serializable
  3. class StatsCompute extends Serializable
  4. class SummaryJob extends Serializable

    Summary Job for daily upload of stats.

    Summary Job for daily upload of stats. Leverage the stats module for computation per range. Follow pattern of staging query for dividing long ranges into reasonable chunks. Follow pattern of OOC for computing offline and uploading online as well.

Value Members

  1. object CompareBaseJob
  2. object CompareJob extends Serializable
  3. object CompareMetrics
  4. object EditDistance
  5. object KllSketchDistance
  6. object StatsGenerator

    StatsGenerator takes care of computation of metadata for dataframes as well as measuring differences between two dataframes.

    StatsGenerator takes care of computation of metadata for dataframes as well as measuring differences between two dataframes. This applies to drifts as well between two dataframes.

Ungrouped