urbanairship / datacube

Multidimensional data storage with rollups for numerical data
http://urbanairship.com
Apache License 2.0
266 stars 60 forks source link

Add a result parser factory for hbase db harness #101

Closed stepheno closed 4 years ago

stepheno commented 4 years ago

Abstracts the parsing and deserialization of HBase results, allowing for alternative implementations (ex. more than one qualifier per row).

The standard funtionality of taking the first column in a result is preserved via the usage of the SimpleColumnParser class.