Package

org.locationtech.geomesa

spark

Permalink

package spark

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], filt: Filter = org.opengis.filter.Filter.INCLUDE, props: Option[Seq[String]] = None, partitionHints: Seq[Int] = null, indexRDD: RDD[GeoCQEngineDataStore] = null, partitionedRDD: RDD[(Int, Iterable[SimpleFeature])] = null, indexPartRDD: RDD[(Int, GeoCQEngineDataStore)] = null) extends BaseRelation with PrunedFilteredScan with Product with Serializable

    Permalink
  4. class OverlapAction extends SweepLineOverlapAction with Serializable

    Permalink

Value Members

  1. object GeoMesaSparkSQL

    Permalink
  2. object RelationUtils extends LazyLogging

    Permalink
  3. object SparkUtils

    Permalink

Ungrouped