MCPcopy
hub / github.com/lindb/lindb / Statement

Interface Statement

sql/stmt/statement.go:36–39  ·  view source on GitHub ↗

Statement represents LinDB query language statement

Source from the content-addressed store, hash-verified

34
35// Statement represents LinDB query language statement
36type Statement interface {
37 // StatementType returns statement type.
38 StatementType() StatementType
39}

Callers 8

TestBroker_StatementTypeFunction · 0.65
TestSchema_StatementTypeFunction · 0.65
TestQuery_StatementTypeFunction · 0.65
TestState_StatementTypeFunction · 0.65
TestLimit_StatementTypeFunction · 0.65

Implementers 10

Querysql/stmt/query.go
Storagesql/stmt/storage.go
Schemasql/stmt/schema.go
Metadatasql/stmt/metadata.go
Brokersql/stmt/broker.go
MetricMetadatasql/stmt/metric_metadata.go
Limitsql/stmt/limit.go
Requestsql/stmt/request.go
Statesql/stmt/state.go
Usesql/stmt/use.go

Calls

no outgoing calls

Tested by

no test coverage detected