MCPcopy
hub / github.com/lindb/lindb / Request

Struct Request

sql/stmt/request.go:21–23  ·  view source on GitHub ↗

Request represents show request statement.

Source from the content-addressed store, hash-verified

19
20// Request represents show request statement.
21type Request struct {
22 RequestID string
23}
24
25// StatementType returns request statement type.
26func (q *Request) StatementType() StatementType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected