mg_map
- struct mg_map
version(unittest)
extern (
C)
struct mg_map {
}
- struct mg_map
- capacity
uint capacity;
Undocumented in source.
- keys
mg_string** keys;
Undocumented in source.
- size
uint size;
Undocumented in source.
- values
mg_value** values;
Undocumented in source.
memgraph mgclient
aliasesenumsfunctionsstructsvariables
Sized sequence of pairs of keys and values.
Map may contain a mixture of different types as values. A map owns all keys and values stored in it.
Maximum possible map size allowed by Bolt protocol is uint.max.