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.
 
 
 

35 lines
664 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. # A simple Where clause.
  4. description: "query: 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: "5"
  14. >
  15. >
  16. query: <
  17. from: <
  18. collection_id: "C"
  19. >
  20. where: <
  21. field_filter: <
  22. field: <
  23. field_path: "a"
  24. >
  25. op: GREATER_THAN
  26. value: <
  27. integer_value: 5
  28. >
  29. >
  30. >
  31. >
  32. >