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

Function NewNode

query/sql/tree/Node.go:40–44  ·  view source on GitHub ↗

NewNode creates Node

(location *NodeLocation)

Source from the content-addressed store, hash-verified

38
39// NewNode creates Node
40func NewNode(location *NodeLocation) *Node {
41 return &Node{
42 Location: location,
43 }
44}
45
46// SetValue sets node token value
47func (n *Node) SetValue(value string) {

Callers 11

NewRelationFunction · 0.70
NewSelectFunction · 0.70
NewWithFunction · 0.70
NewWithQueryFunction · 0.70
NewGroupingElementFunction · 0.70
NewSortItemFunction · 0.70
NewStatementFunction · 0.70
NewGroupByFunction · 0.70
NewOrderByFunction · 0.70
NewExpressionFunction · 0.70
NewSelectItemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected