31 lines
596 B
Plaintext
31 lines
596 B
Plaintext
|
# DO NOT MODIFY. This file was generated by
|
||
|
# github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore/cmd/generate-firestore-tests/generate-firestore-tests.go.
|
||
|
|
||
|
# With multiple Offset or Limit clauses, the last one wins.
|
||
|
|
||
|
description: "query: multiple Offset and Limit clauses"
|
||
|
query: <
|
||
|
coll_path: "projects/projectID/databases/(default)/documents/C"
|
||
|
clauses: <
|
||
|
offset: 2
|
||
|
>
|
||
|
clauses: <
|
||
|
limit: 3
|
||
|
>
|
||
|
clauses: <
|
||
|
limit: 4
|
||
|
>
|
||
|
clauses: <
|
||
|
offset: 5
|
||
|
>
|
||
|
query: <
|
||
|
from: <
|
||
|
collection_id: "C"
|
||
|
>
|
||
|
offset: 5
|
||
|
limit: <
|
||
|
value: 4
|
||
|
>
|
||
|
>
|
||
|
>
|