hypertable filter by one cell, but bringing all column family

59 Views Asked by At

Im trying to do something like this:

Select column1, column2 from mytable where column1 = 'wathever';

But I cannot find something similar for hypertable, I understand the architecture and that it handles individual rows, but I would like to know if that's possible, I want to filter by one column but bringing all column family.

Thanks in advance

0

There are 0 best solutions below