Cassandra-cli supports the functions of the set command. (details from "help set;" in cli)
With the following diagram:
create column family Data with key_validation_class = LongType and comparator = LongType and default_validation_class = LongType;
I can do the following in cli
set Data[long(2)][long(22)]=long(1022);
source share