class QueryResult extends AnyRef
Holds all the necessary pieces to actually run a query, but doesn't run it yet
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
QueryResult(schema: SimpleFeatureType, hints: Hints, plans: Seq[QueryPlan], planTimeNanos: Long, querySteps: Seq[QueryStep], timer: FinalQueryStep)
- schema
return schema of the iterators returned by this class
- hints
query hints
- plans
query plans for executing the query
- planTimeNanos
time spent planning the query
- querySteps
processing steps to apply on top of the query plans
- timer
final step to apply, creating a timed iterator for metrics tracking
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() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val hints: Hints
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterator(timerCallback: (Long) ⇒ Unit, counterCallback: (Long) ⇒ Unit): CloseableIterator[SimpleFeature]
Executes the query
Executes the query
- timerCallback
callback for time spent running the query, will be invoked when the iterator is closed with the time in nanoseconds
- counterCallback
callback for the number of results returned by the query, will be invoked when the iterator is closed
-
def
iterator(): CloseableIterator[SimpleFeature]
Executes the query
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val planTimeNanos: Long
- val plans: Seq[QueryPlan]
- val schema: SimpleFeatureType
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- QueryResult → AnyRef → Any
-
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