MCPcopy Create free account
hub / github.com/google/go-cloud / Query

Method Query

docstore/query.go:36–38  ·  view source on GitHub ↗

Query creates a new Query over the collection.

()

Source from the content-addressed store, hash-verified

34
35// Query creates a new Query over the collection.
36func (c *Collection) Query() *Query {
37 return &Query{coll: c, dq: &driver.Query{}}
38}
39
40// Where expresses a condition on the query.
41// Valid ops are: "=", ">", "<", ">=", "<=, "in", "not-in".

Callers 15

TestClosedErrorsFunction · 0.95
TestInvalidQueryFunction · 0.95
ExampleQuery_GetFunction · 0.95
TestQueryNestedFunction · 0.95
TestQueryErrorsFunction · 0.95
TestLowercaseFieldsFunction · 0.95
applyPrefixParamFunction · 0.80
OpenBucketURLMethod · 0.80
OpenBucketURLMethod · 0.80
OpenBucketURLMethod · 0.80
URLFromKeyMethod · 0.80

Calls

no outgoing calls

Tested by 13

TestClosedErrorsFunction · 0.76
TestInvalidQueryFunction · 0.76
ExampleQuery_GetFunction · 0.76
TestQueryNestedFunction · 0.76
TestQueryErrorsFunction · 0.76
TestLowercaseFieldsFunction · 0.76
serveSignedURLMethod · 0.64
clearCollectionFunction · 0.64
TestEncryptionContextFunction · 0.64
TestOpenTelemetryFunction · 0.64