MCPcopy
hub / github.com/uber/aresdb / GetValue

Method GetValue

query/sql/tree/Node.go:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26type INode interface {
27 SetValue(value string)
28 GetValue() string
29 Accept(visitor AstVisitor, ctx interface{}) interface{}
30}
31

Callers 4

stats_test.goFile · 0.65
VisitSortItemMethod · 0.65

Implementers 2

SubscriptContextquery/sql/antlrgen/sqlbase_parser.go
Nodequery/sql/tree/Node.go

Calls

no outgoing calls

Tested by

no test coverage detected