Packages

object ArrowScan extends LazyLogging

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

Type Members

  1. trait ArrowAggregate extends Result

    Trait for aggregating arrow files

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

    Converts arrow-encoded results to features

    Converts arrow-encoded results to features

    T

    result type

  3. case class ArrowScanConfig(config: Map[String, String], reduce: FeatureReducer) extends Product with Serializable
  4. class DeltaAggregate extends ArrowAggregate

    Returns batches of [threading key][dictionary deltas][record batch].

    Returns batches of [threading key][dictionary deltas][record batch]. Will sort each batch, but not between batches.

  5. class DeltaReducer extends FeatureReducer

    Reduce function for delta batches.

    Reduce function for delta batches.

    First feature contains metadata for arrow file and dictionary batch, subsequent features contain record batches, final feature contains EOF indicator

Value Members

  1. def configure(sft: SimpleFeatureType, index: GeoMesaFeatureIndex[_, _], stats: GeoMesaStats, filter: Option[Filter], ecql: Option[Filter], hints: Hints): ArrowScanConfig

    Configure the iterator

    Configure the iterator

    sft

    simple feature type

    index

    feature index

    stats

    stats, used for querying dictionaries

    filter

    full filter from the query, if any

    ecql

    secondary push down filter, if any

    hints

    query hints

  2. def getBatchSize(hints: Hints): Int

    Gets the batch size from query hints, or falls back to the system property

    Gets the batch size from query hints, or falls back to the system property

    hints

    query hints

  3. def resultFeature(): SimpleFeature

    Simple feature used for returning from scans

  4. object Configuration
  5. object ReducerConfig