[ { "condition": { "test": [ { "condition": { "test": [ { "column": "SEX", "value": "F" } ], "pass": [ { "all": true } ], "fail": [ { "all": true } ] } }, { "condition": { "test": [ { "column": "AGE", "value": { "start": 65 } } ], "pass": [ { "all": true } ], "fail": [ { "all": false } ] } } ], "pass": [ { "all": true } ], "fail": [ { "all": false } ] } }]I think what is: "Is male OR age < 65"[{"condition": {"test": [{"condition": {
"test": [{"column": "SEX","value": "M"}],}},{"condition": {
"test": [{"column": "AGE","value": {"end": 65}}],}}],"pass": [
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-bigtable-discuss/eab528a4-4add-43b5-a9c3-b160a2839585%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "Google Cloud Bigtable Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-bigtabl...@googlegroups.com.
To post to this group, send email to google-cloud-b...@googlegroups.com.
[ { "condition": { "test": [ { "condition": { "test": [ { "all": true } ], "pass": [ { "all": true } ], "fail": [ { "all": false } ] } }, { "condition": { "test": [ { "all": true } ], "pass": [ { "all": true } ], "fail": [ { "all": false } ] } } ], "pass": [ { "all": true } ], "fail": [ { "all": false } ] } }]3) There's a separate 'interleave' option for filters, so I'm assuming that this is the former. The docs are a little unclear here, I'm not sure that I really know.
4) I'm sorry, this was me being unclear. I actually wanted to receive only those rows that are older than 65 and female. But really would be happy receiving anything that's not an empty set at this point (FWIW, there definitely are rows in the table that meet these conditions).5) Thanks, yes, need to think through performance here. This is more of a first pass to get something working as a proof-of-concept.6) According to the docs, this is true, but I think this is a bug with the Node wrapper (I just posted an issue to the repo)
--
You received this message because you are subscribed to the Google Groups "Google Cloud Bigtable Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-bigtabl...@googlegroups.com.
To post to this group, send email to google-cloud-b...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-bigtable-discuss/e0c4e223-5e7e-4fe2-995e-043fc4ae64ff%40googlegroups.com.
column: {
name: "AGE",
cellLimit: 1
}
Responses inline
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-bigtable-discuss+unsub...@googlegroups.com.
To post to this group, send email to google-cloud-b...@googlegroups.com.
Responses inline
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-bigtabl...@googlegroups.com.
To post to this group, send email to google-cloud-b...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-bigtable-discuss/e0c4e223-5e7e-4fe2-995e-043fc4ae64ff%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Bigtable Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-bigtabl...@googlegroups.com.
To post to this group, send email to google-cloud-b...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-bigtable-discuss/30f7d633-8ce6-47f5-82c7-1ad932b2df81%40googlegroups.com.