Package

org.locationtech.geomesa

spark

Permalink

package spark

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. spark
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class GeoMesaDataSource extends DataSourceRegister with RelationProvider with SchemaRelationProvider with CreatableRelationProvider with LazyLogging

    Permalink
  2. case class GeoMesaJoinRelation(sqlContext: SQLContext, leftRel: GeoMesaRelation, rightRel: GeoMesaRelation, schema: StructType, condition: Expression, filt: Filter = org.opengis.filter.Filter.INCLUDE, props: Option[Seq[String]] = None) extends BaseRelation with PrunedFilteredScan with Product with Serializable

    Permalink
  3. case class GeoMesaRelation(sqlContext: SQLContext, sft: SimpleFeatureType, schema: StructType, params: Map[String, String], filter: Option[Filter], cached: Option[CachedRDD], partitioned: Option[PartitionedRDD]) extends BaseRelation with PrunedFilteredScan with LazyLogging with Product with Serializable

    Permalink

    The Spark Relation that builds the scan over the GeoMesa table

    The Spark Relation that builds the scan over the GeoMesa table

    sqlContext

    spark sql context

    sft

    simple feature type associated with the rows in the relation

    schema

    spark sql schema (must correspond to the sft)

    params

    user parameters, generally for configured the underlying data store and/or caching/partitioning

    filter

    a push-down geotools filter applied to the relation

    cached

    an optional cached RDD, used to speed up queries when enabled

    partitioned

    an optional spatially partitioned RDD, used to speed up spatial joins when enabled

  4. class OverlapAction extends SweepLineOverlapAction with Serializable

    Permalink

Value Members

  1. object DataFrameFunctions extends SpatialEncoders

    Permalink

    DataFrame DSL functions for working with GeoTools

  2. object GeoMesaRelation extends LazyLogging with Serializable

    Permalink
  3. object GeoMesaSparkSQL

    Permalink
  4. object GeometricDistanceFunctions

    Permalink
  5. object RelationUtils extends LazyLogging

    Permalink
  6. object SparkUtils extends LazyLogging

    Permalink
  7. object SparkVersions

    Permalink

    Utility to smooth over differences in spark API versions using reflection

  8. package sql

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped