You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
519 B

  1. # DO NOT MODIFY. This file was generated by
  2. # github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore/cmd/generate-firestore-tests/generate-firestore-tests.go.
  3. # An empty Select clause selects just the document ID.
  4. description: "query: empty Select clause"
  5. query: <
  6. coll_path: "projects/projectID/databases/(default)/documents/C"
  7. clauses: <
  8. select: <
  9. >
  10. >
  11. query: <
  12. select: <
  13. fields: <
  14. field_path: "__name__"
  15. >
  16. >
  17. from: <
  18. collection_id: "C"
  19. >
  20. >
  21. >