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§
Structs§
- Paging
State - The state of a paged query, i.e. where to resume fetching result rows upon next request.