Details
Description
Currently, to use any of the filters, one has to explicitly add a scanner for the filter in the Thrift API making it messy and long. With this patch, I am trying to add support for all the filters in a clean way. The user specifies a filter via a string. The string is parsed on the server to construct the filter. More information can be found in the attached document named Filter Language
This patch is trying to extend and further the progress made by the patches in the HBASE-1744 JIRA (https://issues.apache.org/jira/browse/HBASE-1744)
Attachments
Attachments
Issue Links
- is related to
-
HBASE-10091 Exposing HBase DataTypes to non-Java interfaces
- Closed
- relates to
-
HBASE-8774 Add BatchSize and Filter to Thrift2
- Closed