You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wondering if some of these filters are not implemented because people haven't found the need for it? I find that filters like SingleColumnValueFilter, SkipFilter can be useful.
Also any reason why some of the abstract methods on ScanFilter are package private?
The text was updated successfully, but these errors were encountered:
public class SingleColumnValueFilter extends ScanFilter {
private static final byte[] NAME = Bytes.UTF8("org.apache.hadoop.hbase.filter.SingleColumnValueFilter");
Wondering if some of these filters are not implemented because people haven't found the need for it? I find that filters like SingleColumnValueFilter, SkipFilter can be useful.
Also any reason why some of the abstract methods on ScanFilter are package private?
The text was updated successfully, but these errors were encountered: