Read using a row regex filter (HBase)
Stay organized with collections
Save and categorize content based on your preferences.
Creates a limiting filter on a row key using a regex.
Explore further
For detailed documentation that includes this code sample, see the following:
Code sample
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],[],[[["This content demonstrates how to apply a filter to row keys using a regular expression (regex) in Google Cloud Bigtable."],["The regex filter is designed to match cells from rows that have keys matching the specific regex pattern, in this case \".*#20190501$\"."],["The example uses the Java client library for Bigtable to set up and use this filter during a scan operation."],["The filter implementation utilizes the `RowFilter`, `CompareOp`, and `RegexStringComparator` classes to achieve the desired row key filtering."],["Application Default Credentials are required to authenticate to Bigtable, and instructions are provided."]]],[]]