View Source Xandra.Simple (Xandra v0.15.0)

A data structure used internally to represent simple queries.

Link to this section Summary

Types

t()

The type for a simple query.

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
}

The type for a simple query.

The fields of this are not meant to be used, but are documented to avoid Dialyzer warnings.