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

Function NewTable

query/sql/tree/Table.go:25–30  ·  view source on GitHub ↗

NewTable creates table name

(location *NodeLocation, name *QualifiedName)

Source from the content-addressed store, hash-verified

23
24// NewTable creates table name
25func NewTable(location *NodeLocation, name *QualifiedName) *Table {
26 return &Table{
27 NewQueryBody(location),
28 name,
29 }
30}
31
32// Accept accepts visitor
33func (q *Table) Accept(visitor AstVisitor, ctx interface{}) interface{} {

Callers 1

VisitTableNameMethod · 0.92

Calls 1

NewQueryBodyFunction · 0.85

Tested by

no test coverage detected