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.
 
 
 

37 lines
669 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. # The last Select clause is the only one used.
  4. description: "query: two Select clauses"
  5. query: <
  6. coll_path: "projects/projectID/databases/(default)/documents/C"
  7. clauses: <
  8. select: <
  9. fields: <
  10. field: "a"
  11. >
  12. fields: <
  13. field: "b"
  14. >
  15. >
  16. >
  17. clauses: <
  18. select: <
  19. fields: <
  20. field: "c"
  21. >
  22. >
  23. >
  24. query: <
  25. select: <
  26. fields: <
  27. field_path: "c"
  28. >
  29. >
  30. from: <
  31. collection_id: "C"
  32. >
  33. >
  34. >