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.
 
 
 

43 lines
790 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. # Multiple OrderBy clauses combine.
  4. description: "query: basic OrderBy clauses"
  5. query: <
  6. coll_path: "projects/projectID/databases/(default)/documents/C"
  7. clauses: <
  8. order_by: <
  9. path: <
  10. field: "b"
  11. >
  12. direction: "asc"
  13. >
  14. >
  15. clauses: <
  16. order_by: <
  17. path: <
  18. field: "a"
  19. >
  20. direction: "desc"
  21. >
  22. >
  23. query: <
  24. from: <
  25. collection_id: "C"
  26. >
  27. order_by: <
  28. field: <
  29. field_path: "b"
  30. >
  31. direction: ASCENDING
  32. >
  33. order_by: <
  34. field: <
  35. field_path: "a"
  36. >
  37. direction: DESCENDING
  38. >
  39. >
  40. >