-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Support distinct projection queries? #1202
Comments
@pcostell : Can the API even allow this type of thing using a structured query object ? Or is this only supported via GQL ? |
Datastore queries take a |
Sorry OOO so short reply:
Aggregation ops aren't supported because they would require full scans of the data to answer. |
@pcostell so the parameter |
@Fkawala -- yes, using |
@pcostell I'm closing this out. It seems support already exists. LMK if I'm mistaken. |
* copy classify_test samples and tests to v1 * flake * client library version
Related to #304 (#304 (comment))
and
http://stackoverflow.com/questions/33283759/how-to-do-a-gql-query-using-gcloud-python
How do we do the equivalent of GQL:
SELECT DISTINCT p FROM Kind
?/cc @Fkawala
The text was updated successfully, but these errors were encountered: