Packages

object QueryPlanner extends LazyLogging

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

Type Members

  1. class QueryPlanResult[DS <: GeoMesaDataStore[DS]] extends QueryResult

Value Members

  1. def extractQueryTransforms(sft: SimpleFeatureType, query: Query): Option[(SimpleFeatureType, Seq[Transform], String)]

    Extract and parse transforms from the query

    Extract and parse transforms from the query

    sft

    simple feature type

    query

    query

  2. def setMaxFeatures(query: Query): Unit

    Sets the max features from a query into the query hints

    Sets the max features from a query into the query hints

    query

    query

  3. def setProjection(sft: SimpleFeatureType, query: Query): Unit

    Sets query hints for reprojection

    Sets query hints for reprojection

    sft

    sft

    query

    query

  4. def setQuerySort(sft: SimpleFeatureType, query: Query): Unit

    Sets query hints for sorting

    Sets query hints for sorting

    sft

    sft

    query

    query

  5. def setQueryTransforms(sft: SimpleFeatureType, query: Query): Unit

    Checks for attribute transforms in the query and sets them as hints if found

    Checks for attribute transforms in the query and sets them as hints if found

    sft

    simple feature type

    query

    query

  6. object CostEvaluation extends Enumeration

Deprecated Value Members

  1. def clearPerThreadQueryHints(): Unit
    Annotations
    @deprecated
    Deprecated

    Deprecated with no replacement

  2. def getPerThreadQueryHints: Option[Map[AnyRef, AnyRef]]
    Annotations
    @deprecated
    Deprecated

    Deprecated with no replacement

  3. def setPerThreadQueryHints(hints: Map[AnyRef, AnyRef]): Unit
    Annotations
    @deprecated
    Deprecated

    Deprecated with no replacement