Skip to content

Conversation

@dhermes
Copy link
Contributor

@dhermes dhermes commented Dec 22, 2015

Also implementing a separate TimestampRange class since it will need to be used to limit data requests to certain ranges (e.g. in Mutation.DeleteFromColumn.time_range in the Bigtable
data .proto spec).

Also implementing a separate TimestampRange class since it will need to be used to limit data requests to certain ranges (e.g. in ``Mutation.DeleteFromColumn.time_range`` in the Bigtable data `.proto` spec).
@dhermes dhermes added the api: bigtable Issues related to the Bigtable API. label Dec 22, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 22, 2015
@dhermes
Copy link
Contributor Author

dhermes commented Dec 22, 2015

@tseaver This is the final filter! After this, I'll implement the RowFilterChain, RowFilterUnion and ConditionalRowFilter for combining filters and then can update the Row constructor to take a filter and go from there towards implementing the data API.

@tseaver
Copy link
Contributor

tseaver commented Dec 22, 2015

LGTM

dhermes added a commit that referenced this pull request Dec 22, 2015
Implementing Bigtable TimestampRangeFilter.
@dhermes dhermes merged commit 9e2b07d into googleapis:master Dec 22, 2015
@dhermes dhermes deleted the bigtable-row-filter-8 branch December 22, 2015 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement.

3 participants