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 DetailLevelSummaryStatistics. getDetailLevel()Returns the detail level that we use to compute statistics.static DetailLevelDetailLevel. 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 voidSummaryStatistics. setDetailLevel(DetailLevel detailLevel)Sets the detail level that we use to compute statistics.
-