struct
QueryResultRepresents the result of a query that was written as part of a completed job.
Public functions
- auto isNull() const -> bool
- Returns
true
if the result is null and not valid.
Public variables
- JobSemaphore jobSemaphore
- The semaphore signalled by the job during which this result value was written.
- uint64_t value
- The value of the result.