I want to insert UUID type values in Cassandra database using Apache Metamodel. For text data type I am using like
.values("ColName", value)
How can I insert UUID type values?
I want to insert UUID type values in Cassandra database using Apache Metamodel. For text data type I am using like
.values("ColName", value)
How can I insert UUID type values?