View Source Xandra.Simple (Xandra v0.18.0)
A data structure used internally to represent simple queries.
Summary
Types
@type t() :: %Xandra.Simple{ compressor: module() | nil, custom_payload: Xandra.custom_payload() | nil, default_consistency: atom() | nil, protocol_module: module() | nil, statement: Xandra.statement(), values: Xandra.values() | nil }
The type for a simple query.
The fields of this are not meant to be used, but are documented to avoid Dialyzer warnings.