Column Type | Column Name | Data Type |
---|---|---|
pk1 | uuid | |
pk2idx | pk2 | int |
my_static1 | text | |
my_static2 | text | |
clustering1 | timestamp | |
clustering2idx | clustering2 | int |
clustering3 | text | |
entries_indexed_map | map<int, text> | |
idx1 | indexed1 | text |
idx2 | indexed2 | int |
keys_map_idx | key_indexed_map | map<int, text> |
my_list | list<text> | |
my_map | map<int, text> | |
my_udt | frozen<live_data.address> | |
my_udt_list | frozen<list<frozen<live_data.address>>> | |
simple | double |