Hi all: I want to know what kind of command does kylin send to hbaes when querying a cube,
e.g. if I have dimensions A & B, and measure SUM(M), and I want to query the cube by sending kylin query: select A, SUM(M) from table group by A order by A limit 100; so, what query command does hbase received?
