Xandra v0.13.0 Xandra.Void View Source
A struct that represents an empty Cassandra result.
This struct is returned as the result of queries such as INSERT
, UPDATE
, or
DELETE
.
These are the public fields it contains:
:tracing_id
- the tracing ID (as a UUID binary) if tracing was enabled, ornil
if no tracing was enabled. See the "Tracing" section inXandra.execute/4
.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Xandra.Void{tracing_id: binary() | nil}
t() :: %Xandra.Void{tracing_id: binary() | nil}