Module response

Source
Expand description

This module holds entities that represent responses to requests sent to the cluster by the driver. The following abstractions are involved:

  • QueryResult - a result of a CQL QUERY/EXECUTE/BATCH request.
  • QueryRowsResult - a result of CQL QUERY/EXECUTE/BATCH request that contains some rows, which can be deserialized by the user.

Modules§

query_result

Structs§

PagingState
The state of a paged query, i.e. where to resume fetching result rows upon next request.

Enums§

PagingStateResponse
A response containing the paging state of a paged query, i.e. whether there are more pages to fetch or not, and if so, what is the state to use for resuming the query from the next page.