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.
 
 
 

54 lines
1.1 KiB

  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. # A Where clause using equality doesn't change the implicit orderBy clauses.
  4. description: "query: cursor methods with a document snapshot and an equality where clause"
  5. query: <
  6. coll_path: "projects/projectID/databases/(default)/documents/C"
  7. clauses: <
  8. where: <
  9. path: <
  10. field: "a"
  11. >
  12. op: "=="
  13. json_value: "3"
  14. >
  15. >
  16. clauses: <
  17. end_at: <
  18. doc_snapshot: <
  19. path: "projects/projectID/databases/(default)/documents/C/D"
  20. json_data: "{\"a\": 7, \"b\": 8}"
  21. >
  22. >
  23. >
  24. query: <
  25. from: <
  26. collection_id: "C"
  27. >
  28. where: <
  29. field_filter: <
  30. field: <
  31. field_path: "a"
  32. >
  33. op: EQUAL
  34. value: <
  35. integer_value: 3
  36. >
  37. >
  38. >
  39. order_by: <
  40. field: <
  41. field_path: "__name__"
  42. >
  43. direction: ASCENDING
  44. >
  45. end_at: <
  46. values: <
  47. reference_value: "projects/projectID/databases/(default)/documents/C/D"
  48. >
  49. >
  50. >
  51. >