Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Bigtable RowFilter base class. #1291

Merged
merged 1 commit into from
Dec 17, 2015

Commits on Dec 17, 2015

  1. Adding Bigtable RowFilter base class.

    Also adding regex filters for a row key (bytes) and a
    family name (string).
    
    These come from
    
    https://github.com/GoogleCloudPlatform/cloud-bigtable-client/blob/6a498cd3e660c7ed18299e980c1658d67661e69b/bigtable-protos/src/main/proto/google/bigtable/v1/bigtable_data.proto#L321-L404
    
    In addition to more classes for primitive properties, parent classes are
    forthcoming to handle the non-primitive cases of filter Chain, Interleave
    and Condition (ternary).
    
    Also renaming some redunant unit test names in test_column_family.py and
    ditching use of NotImplementedError in bigtable base classes (for
    both GC rule and row filter).
    dhermes committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    e3c046f View commit details
    Browse the repository at this point in the history