The timeseries events returned
Returns whether this result includes all events selected by the query.
Returns the number of events selected by the query.
This number may be greater than stream().count()
due to a
policy of the time series topic to limit the number of returned
results, or the use of RangeQuery.limit.
Returns a description of the structure of the result stream.
Merge this result with other
, combining original events and
edit events, to produce a new QueryResult.
The following rules are applied to calculate the result:
other
have an event with equal
sequence numbers, the event from other
is selected.The returned result implements QueryResult.isComplete to return true and QueryResult.selectedCount to return the count of events in the stream, regardless of whether this result is complete.
the other query result to merge
the merged result
Query result providing a Stream of events.