Uses of Class
com.pervasive.datarush.analytics.stats.DetailLevel
-
Packages that use DetailLevel Package Description com.pervasive.datarush.analytics.stats Provides various statistics, Data Summarizer, and Data Quality Analyzer. -
-
Uses of DetailLevel in com.pervasive.datarush.analytics.stats
Methods in com.pervasive.datarush.analytics.stats that return DetailLevel Modifier and Type Method Description DetailLevel
SummaryStatistics. getDetailLevel()
Returns the detail level that we use to compute statistics.static DetailLevel
DetailLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static DetailLevel[]
DetailLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.analytics.stats with parameters of type DetailLevel Modifier and Type Method Description void
SummaryStatistics. setDetailLevel(DetailLevel detailLevel)
Sets the detail level that we use to compute statistics.
-