MCPcopy Index your code
hub / github.com/uber/aresdb / QualifiedName

Method QualifiedName

query/sql/antlrgen/sqlbase_parser.go:1819–1827  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1817}
1818
1819func (s *TableContext) QualifiedName() IQualifiedNameContext {
1820 var t = s.GetTypedRuleContext(reflect.TypeOf((*IQualifiedNameContext)(nil)).Elem(), 0)
1821
1822 if t == nil {
1823 return nil
1824 }
1825
1826 return t.(IQualifiedNameContext)
1827}
1828
1829func (s *TableContext) Accept(visitor antlr.ParseTreeVisitor) interface{} {
1830 switch t := visitor.(type) {

Callers 3

VisitSelectAllMethod · 0.45
VisitTableNameMethod · 0.45
VisitFunctionCallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected