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.
 
 
 

31 lines
596 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. # With multiple Offset or Limit clauses, the last one wins.
  4. description: "query: multiple Offset and Limit clauses"
  5. query: <
  6. coll_path: "projects/projectID/databases/(default)/documents/C"
  7. clauses: <
  8. offset: 2
  9. >
  10. clauses: <
  11. limit: 3
  12. >
  13. clauses: <
  14. limit: 4
  15. >
  16. clauses: <
  17. offset: 5
  18. >
  19. query: <
  20. from: <
  21. collection_id: "C"
  22. >
  23. offset: 5
  24. limit: <
  25. value: 4
  26. >
  27. >
  28. >