object QueryPlanner extends LazyLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryPlanner
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class QueryPlanResult[DS <: GeoMesaDataStore[DS]] extends QueryResult
Value Members
-
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
-
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
-
def
setProjection(sft: SimpleFeatureType, query: Query): Unit
Sets query hints for reprojection
Sets query hints for reprojection
- sft
sft
- query
query
-
def
setQuerySort(sft: SimpleFeatureType, query: Query): Unit
Sets query hints for sorting
Sets query hints for sorting
- sft
sft
- query
query
-
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
- object CostEvaluation extends Enumeration
Deprecated Value Members
-
def
clearPerThreadQueryHints(): Unit
- Annotations
- @deprecated
- Deprecated
Deprecated with no replacement
-
def
getPerThreadQueryHints: Option[Map[AnyRef, AnyRef]]
- Annotations
- @deprecated
- Deprecated
Deprecated with no replacement
-
def
setPerThreadQueryHints(hints: Map[AnyRef, AnyRef]): Unit
- Annotations
- @deprecated
- Deprecated
Deprecated with no replacement