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.
 
 
 

42 lines
832 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. # Cursor methods are allowed to use empty maps with StartAt. It should result in
  4. # an empty map in the query.
  5. description: "query: StartAt with explicit empty map"
  6. query: <
  7. coll_path: "projects/projectID/databases/(default)/documents/C"
  8. clauses: <
  9. order_by: <
  10. path: <
  11. field: "a"
  12. >
  13. direction: "asc"
  14. >
  15. >
  16. clauses: <
  17. start_at: <
  18. json_values: "{}"
  19. >
  20. >
  21. query: <
  22. from: <
  23. collection_id: "C"
  24. >
  25. order_by: <
  26. field: <
  27. field_path: "a"
  28. >
  29. direction: ASCENDING
  30. >
  31. start_at: <
  32. values: <
  33. map_value: <
  34. >
  35. >
  36. before: true
  37. >
  38. >
  39. >