Class/Object

org.locationtech.geomesa.index.api

FilterStrategy

Related Docs: object FilterStrategy | package api

Permalink

class FilterStrategy extends AnyRef

A query filter split up into a 'primary' that will be used with the given feature index for range planning, and a 'secondary' that is not captured in the ranges.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FilterStrategy
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FilterStrategy(index: GeoMesaFeatureIndex[_, _], primary: Option[Filter], secondary: Option[Filter], toCost: ⇒ Long)

    Permalink

    index

    feature index to scan

    primary

    primary filter used for range generation

    secondary

    secondary filter not captured in the ranges

    toCost

    estimated cost of executing the query against this index

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def copy(secondary: Option[Filter]): FilterStrategy

    Permalink
  7. lazy val cost: Long

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. lazy val filter: Option[Filter]

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getQueryStrategy(hints: Hints, explain: Explainer = ExplainNull): QueryStrategy

    Permalink
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. val index: GeoMesaFeatureIndex[_, _]

    Permalink

    feature index to scan

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val primary: Option[Filter]

    Permalink

    primary filter used for range generation

  21. val secondary: Option[Filter]

    Permalink

    secondary filter not captured in the ranges

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. lazy val toString: String

    Permalink
    Definition Classes
    FilterStrategy → AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped