MCPcopy
hub / github.com/lindb/lindb / Storage

Struct Storage

sql/stmt/storage.go:31–34  ·  view source on GitHub ↗

Storage represent storage statement.

Source from the content-addressed store, hash-verified

29
30// Storage represent storage statement.
31type Storage struct {
32 Type StorageOpType
33 Value string
34}
35
36// StatementType returns storage query type.
37func (q *Storage) StatementType() StatementType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected