Module cdrs::query [] [src]

Structs

BatchQueryBuilder
Query

Structure that represents CQL query and parameters which will be applied during its execution

QueryBuilder

QueryBuilder is a helper sturcture that helps to construct Query. Query itself consists of CQL query string and list of parameters. Parameters are the same as ones described in [Cassandra v4 protocol] (https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v4.spec#L304)

QueryParamsBuilder

Query parameters builder

Type Definitions

BatchValue
QueryBatch
QueryParams