Uh oh!
There was an error while loading. Please reload this page.
Implementing Bigtable ConditionalRowFilter. - #1325
Merged
dhermes merged 1 commit intoJan 7, 2016
Merged
Conversation
This is a ``Condition`` filter, which is effectively a ternary operator (predicate determines if the true or false filter is applied). [1]: https://github.com/GoogleCloudPlatform/gcloud-python/blob/9e2b07d92bbbf8640a3a767ccf4796245ba5b51c/gcloud/bigtable/_generated/_bigtable_data.proto#L232-L245
dhermesforce-pushed
the
bigtable-row-filter-conditional
branch
from
January 4, 2016 04:45
014c160 to
1856acfComparetseaver
commented
Jan 7, 2016
Contributor
LGTM |
dhermes added a commit
that referenced
this pull request
Jan 7, 2016
Implementing Bigtable ConditionalRowFilter.
parthea pushed a commit
that referenced
this pull request
Nov 24, 2025
parthea pushed a commit
that referenced
this pull request
Nov 26, 2025
parthea pushed a commit
that referenced
this pull request
Mar 6, 2026
…[autoapprove] (#1325) Source-Link: googleapis/synthtool@69fabae Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:562802bfac02e012a6ac34eda282f81d06e77326b82a32d7bbb1369ff552b387 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a
Conditionfilter, which is effectively a ternary operator (predicate determines if the true or false filter is applied).