How to select WRITETIME
of a column of type list<text>
in Cassandra. I get the following exception when I try this SELECT WRITETIME (column_name) from TABLE_NAME WHERE ID='1';
Exception com.datastax.driver.core.exceptions.InvalidQueryException: Cannot use selection function writeTime on collections
Asked
Active
Viewed 1,644 times
2

l0n3r4n83r
- 1,271
- 1
- 14
- 25
1 Answers
2
There is not currently a way to get the writetime of the values in a collection column.

Zanson
- 3,991
- 25
- 31