package stats
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class ConsistencyJob extends Serializable
- class StatsCompute extends Serializable
- 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
- object CompareJob
- object CompareMetrics
- object EditDistance
- object KllSketchDistance
- 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.