MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / Query

Struct Query

libs/pubsub/query/query.go:25–28  ·  view source on GitHub ↗

Query holds the query string and the query parser.

Source from the content-addressed store, hash-verified

23
24// Query holds the query string and the query parser.
25type Query struct {
26 str string
27 parser *QueryParser
28}
29
30// Condition represents a single condition within a query and consists of composite key
31// (e.g. "tx.gas"), operator (e.g. "=") and operand (e.g. "7").

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected