Struct cassandra_cpp::Map
source · [−]pub struct Map(_);
Expand description
A Cassandra Map
Trait Implementations
Appends a “tinyint” to the collection.
Appends an “smallint” to the collection.
Appends an “int” to the collection.
Appends a “date” to the collection.
Appends a “bigint”, “counter”, “timestamp” or “time” to the collection.
Appends a “float” to the collection.
Appends a “double” to the collection.
Appends a “boolean” to the collection.
Appends an “ascii”, “text” or “varchar” to the collection.
Appends a “blob”, “varint” or “custom” to the collection.
Appends a “uuid” or “timeuuid” to the collection.
Appends an “inet” to the collection.
Appends a “list” to the collection.
Appends a “set” to the collection.
Appends a “map” to the collection.
Appends a “tuple” to the collection.
Appends a “udt” to the collection.
type Value = _CassCollection
type Value = _CassCollection
The type of value held by this collection
Creates a new collection, specifying a capacity which will be used as a size hint to avoid re-allocations of the collection internally. Read more
Creates a new collection from an existing data type.