class ExplainParams extends QueryParams with RequiredCqlFilterParam with QueryHintsParams with OptionalIndexParam
- Annotations
- @Parameters()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExplainParams
- OptionalIndexParam
- IndexParam
- QueryHintsParams
- RequiredCqlFilterParam
- QueryParams
- OptionalAttributesParam
- AttributesParam
- CqlFilterParam
- RequiredTypeNameParam
- TypeNameParam
- CatalogParam
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ExplainParams()
Value Members
-
val
attributes: List[String]
- Definition Classes
- OptionalAttributesParam → AttributesParam
- Annotations
- @Parameter()
-
val
catalog: String
- Definition Classes
- CatalogParam
- Annotations
- @Parameter()
-
val
cqlFilter: Filter
- Definition Classes
- RequiredCqlFilterParam → CqlFilterParam
- Annotations
- @Parameter()
-
val
featureName: String
- Definition Classes
- RequiredTypeNameParam → TypeNameParam
- Annotations
- @Parameter()
-
val
hints: Map[String, String]
- Definition Classes
- QueryHintsParams
- Annotations
- @Parameter()
-
val
index: String
- Definition Classes
- OptionalIndexParam → IndexParam
- Annotations
- @Parameter()
-
def
loadIndex[DS <: GeoMesaDataStore[DS]](ds: DS, typeName: String, mode: IndexMode): Option[GeoMesaFeatureIndex[_, _]]
- Definition Classes
- OptionalIndexParam
- Annotations
- @throws( ... )