Packages

trait AggregatingScan[T <: Result] extends SamplingIterator with ConfiguredScan with LazyLogging

Linear Supertypes
LazyLogging, ConfiguredScan, SamplingIterator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregatingScan
  2. LazyLogging
  3. ConfiguredScan
  4. SamplingIterator
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Concrete Value Members

  1. def aggregate[A <: AggregateCallback](callback: A): A

    Aggregates a batch of data.

    Aggregates a batch of data. May not exhaust the underlying data

    callback

    callback to provide for results

    returns

    callback

  2. def init(options: Map[String, String]): Unit
    Definition Classes
    AggregatingScanConfiguredScan
  3. def sample(options: Map[String, String]): Option[(SimpleFeature) ⇒ Boolean]

    Configure a sampling function based on the iterator configuration

    Configure a sampling function based on the iterator configuration

    options

    iterator options

    returns

    sampling function, if defined

    Definition Classes
    SamplingIterator
  4. def sample(options: Map[String, String]): Option[(SimpleFeature) ⇒ Boolean]

    Configure a sampling function based on the iterator configuration

    Configure a sampling function based on the iterator configuration

    options

    iterator options

    returns

    sampling function, if defined

    Definition Classes
    SamplingIterator