Each row in my hbase table contains the following data:
rowkey column=pt:np, value="abcd"
column=pt:vb, value="efgh"
column=pt:employeeId, value=deptIdUsing a combination of filters is it possible to get all rows and all qualifiers within the pt column family where deptId = 100? - R
