Struct cassandra_cpp::Tuple
source · [−]pub struct Tuple(_);
Expand description
A tuple of values.
Implementations
Creates a new tuple from an existing data type.
Sets an null in a tuple at the specified index.
Sets a “tinyint” in a tuple at the specified index.
Sets an “smallint” in a tuple at the specified index.
Sets an “int” in a tuple at the specified index.
Sets a “date” in a tuple at the specified index.
Sets a “bigint”, “counter”, “timestamp” or “time” in a tuple at the specified index.
Sets a “float” in a tuple at the specified index.
Sets a “double” in a tuple at the specified index.
Sets a “boolean” in a tuple at the specified index.
Sets an “ascii”, “text” or “varchar” in a tuple at the specified index.
Sets a “blob”, “varint” or “custom” in a tuple at the specified index.
Sets a “uuid” or “timeuuid” in a tuple at the specified index.
Sets an “inet” in a tuple at the specified index.
Sets a list in a tuple at the specified index.
Sets a map in a tuple at the specified index.
Sets a set“ in a tuple at the specified index.
Sets a “tuple” in a tuple at the specified index.