case class QueryStrategy(filter: FilterStrategy, ranges: Seq[ByteRange], keyRanges: Seq[ScanRange[_]], tieredKeyRanges: Seq[ByteRange], ecql: Option[Filter], hints: Hints, values: Option[_]) extends Product with Serializable
Ranges, filters, and hints for executing a query
- filter
filter strategy
- ranges
ranges, as bytes
- keyRanges
ranges, as raw values (for columnar data stores)
- tieredKeyRanges
tiered ranges, as raw values (for columnar data stores)
- ecql
secondary filter not encapsulated in the ranges
- hints
query hints
- values
raw query values (e.g. extracted geometries, dates, etc)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryStrategy
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
QueryStrategy(filter: FilterStrategy, ranges: Seq[ByteRange], keyRanges: Seq[ScanRange[_]], tieredKeyRanges: Seq[ByteRange], ecql: Option[Filter], hints: Hints, values: Option[_])
- filter
filter strategy
- ranges
ranges, as bytes
- keyRanges
ranges, as raw values (for columnar data stores)
- tieredKeyRanges
tiered ranges, as raw values (for columnar data stores)
- ecql
secondary filter not encapsulated in the ranges
- hints
query hints
- values
raw query values (e.g. extracted geometries, dates, etc)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val ecql: Option[Filter]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filter: FilterStrategy
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hints: Hints
- def index: GeoMesaFeatureIndex[_, _]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keyRanges: Seq[ScanRange[_]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val ranges: Seq[ByteRange]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tieredKeyRanges: Seq[ByteRange]
- val values: Option[_]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated