Uses of Enum Class
com.pervasive.datarush.analytics.stats.DetailLevel
Packages that use DetailLevel
Package
Description
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 DetailLevelModifier and TypeMethodDescriptionSummaryStatistics.getDetailLevel()Returns the detail level that we use to compute statistics.static DetailLevelReturns the enum constant of this class with the specified name.static DetailLevel[]DetailLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.analytics.stats with parameters of type DetailLevelModifier and TypeMethodDescriptionvoidSummaryStatistics.setDetailLevel(DetailLevel detailLevel) Sets the detail level that we use to compute statistics.