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

Method CopyFrom

query/sql/antlrgen/sqlbase_parser.go:10712–10714  ·  view source on GitHub ↗
(ctx *NumberContext)

Source from the content-addressed store, hash-verified

10710func (s *NumberContext) GetParser() antlr.Parser { return s.parser }
10711
10712func (s *NumberContext) CopyFrom(ctx *NumberContext) {
10713 s.BaseParserRuleContext.CopyFrom(ctx.BaseParserRuleContext)
10714}
10715
10716func (s *NumberContext) GetRuleContext() antlr.RuleContext {
10717 return s

Callers 15

CopyFromMethod · 0.45
CopyFromMethod · 0.45
NewSetOperationContextFunction · 0.45
CopyFromMethod · 0.45
NewSubqueryContextFunction · 0.45
NewTableContextFunction · 0.45
NewInlineTableContextFunction · 0.45
CopyFromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected