I am working on providing a sql interface for hbase where in I need the list of columns in the select clause of the query. I refer to CSVTranslatableTable example and I see to write a planner, implement TableScan etc to get the handle to list of column but is there a simpler way to just get the list of columns e.g. we get filters for a filterable table in the scan method?
I will appreciate your help on this. Thanks, Amit
