object QueryPlan

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

Type Members

  1. trait FeatureReducer extends SerializableState

    Client-side reduce for the results of a scan.

    Client-side reduce for the results of a scan. Must have a zero-arg constructor to allow re-creation from a serialized form.

    Reducers are encouraged to also allow direct instantiation via an alternate constructor, as serialization is generally only used for map/reduce jobs. Similarly, state is encouraged to be lazily evaluated.

  2. abstract class IndexResultsToFeatures[T] extends ResultsToFeatures[T]

    Abstract base class for converting the results from a normal feature index

    Abstract base class for converting the results from a normal feature index

    T

    result type

  3. trait ResultsToFeatures[T] extends SerializableState

    Convert scan results to simple features.

    Convert scan results to simple features. Must have a zero-arg constructor to allow re-creation from a serialized form.

    Converters are encouraged to also allow direct instantiation via an alternate constructor, as serialization is generally only used for map/reduce jobs. Similarly, state is encouraged to be lazily evaluated.

    T

    result type

Value Members

  1. object FeatureReducer
  2. object ResultsToFeatures