Packages

package stats

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. stats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AttributeStatsParams extends AnyRef
  2. trait StatsAnalyzeCommand[DS <: GeoMesaDataStore[DS]] extends DataStoreCommand[DS]
  3. trait StatsBoundsCommand[DS <: DataStore with HasGeoMesaStats] extends DataStoreCommand[DS]
  4. trait StatsConfigureCommand[DS <: DataStore with HasGeoMesaStats] extends DataStoreCommand[DS]
  5. trait StatsCountCommand[DS <: DataStore with HasGeoMesaStats] extends DataStoreCommand[DS]
  6. trait StatsHistogramCommand[DS <: DataStore with HasGeoMesaStats] extends DataStoreCommand[DS]
  7. trait StatsParams extends TypeNameParam with OptionalCqlFilterParam
  8. trait StatsTopKCommand[DS <: DataStore with HasGeoMesaStats] extends DataStoreCommand[DS]

Value Members

  1. def getAttributes(sft: SimpleFeatureType, attributes: Seq[String]): Seq[String]

    Obtains attributes to run stats on

    Obtains attributes to run stats on

    sft

    the SFT to obtain attribute names from

    attributes

    a list of attribute names to pull from the SFT

  2. def getAttributesFromParams(sft: SimpleFeatureType, params: AttributeStatsParams): Seq[String]
  3. object StatsAnalyzeCommand
  4. object StatsBoundsCommand
  5. object StatsConfigureCommand
  6. object StatsCountCommand
  7. object StatsHistogramCommand
  8. object StatsTopKCommand

Inherited from AnyRef

Inherited from Any

Ungrouped