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

Function NewInlineTableContext

query/sql/antlrgen/sqlbase_parser.go:1843–1851  ·  view source on GitHub ↗
(parser antlr.Parser, ctx antlr.ParserRuleContext)

Source from the content-addressed store, hash-verified

1841}
1842
1843func NewInlineTableContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *InlineTableContext {
1844 var p = new(InlineTableContext)
1845
1846 p.QueryPrimaryContext = NewEmptyQueryPrimaryContext()
1847 p.parser = parser
1848 p.CopyFrom(ctx.(*QueryPrimaryContext))
1849
1850 return p
1851}
1852
1853func (s *InlineTableContext) GetRuleContext() antlr.RuleContext {
1854 return s

Callers 1

QueryPrimaryMethod · 0.85

Calls 2

CopyFromMethod · 0.45

Tested by

no test coverage detected