View Source Xandra.Simple (Xandra v0.15.0-rc.1)

A data structure used internally to represent simple queries.

Link to this section Summary

Link to this section 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
}