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

Method SetValue

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

Source from the content-addressed store, hash-verified

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

Callers 15

VisitQueryMethod · 0.65
VisitWithMethod · 0.65
VisitNamedQueryMethod · 0.65
VisitQueryNoWithMethod · 0.65
VisitSelectAllMethod · 0.65
VisitSelectSingleMethod · 0.65
VisitGroupByMethod · 0.65
VisitSortItemMethod · 0.65
VisitLogicalBinaryMethod · 0.65
VisitBooleanDefaultMethod · 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