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

Struct With

query/sql/tree/With.go:18–25  ·  view source on GitHub ↗

With is With

Source from the content-addressed store, hash-verified

16
17// With is With
18type With struct {
19 // Node is INode
20 INode
21 // Recursive is with Recursive
22 Recursive bool
23 // Queries is WithQuery
24 Queries []*WithQuery
25}
26
27// NewWith creates With
28func NewWith(location *NodeLocation, recursive bool, queries []*WithQuery) *With {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected