I have a cassandra database and a column family with columns (secondary keys) A, B, C. I need to select all rows from it, but filter rows with empty B column. Is it possible to do that using CQL? Or maybe it's possible just to select rows with empty column (in cql, secondary keys may be filtered only by exact value)?