We have a use case where we only want to mark only selected rows for deletion based on the value of a non timestamp column (State column) and the time elapsed since the row was created? Is there a way to define conditional TTL in spanner for a row?
In the examples in official documentation, I could only see examples for setting up TTL for all rows based on a timestamp column https://cloud.google.com/spanner/docs/ttl/working-with-ttl#create