Expand description
CQL protocol-level representation of a QUERY
request.
Structs§
- Paging
State - 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. - Query
Parameters - Various parameters controlling the execution of the statement.
Enums§
- Paging
State Response - 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.
- Query
Parameters Serialization Error - An error type returned when serialization of query parameters fails.
- Query
Serialization Error - An error type returned when serialization of QUERY request fails.