Module query

Source
Expand description

CQL protocol-level representation of a QUERY request.

Structs§

PagingState
The state of a paged query, i.e. where to resume fetching result rows upon next request.
Query
CQL protocol-level representation of an QUERY request, used to execute a single unprepared statement.
QueryParameters
Various parameters controlling the execution of the statement.

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.
QueryParametersSerializationError
An error type returned when serialization of query parameters fails.
QuerySerializationError
An error type returned when serialization of QUERY request fails.