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