Closed stepheno closed 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.
SimpleColumnParser
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.