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

Function NewSampledRelationContext

query/sql/antlrgen/sqlbase_parser.go:4158–4167  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

4156func (*SampledRelationContext) IsSampledRelationContext() {}
4157
4158func NewSampledRelationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SampledRelationContext {
4159 var p = new(SampledRelationContext)
4160
4161 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
4162
4163 p.parser = parser
4164 p.RuleIndex = SqlBaseParserRULE_sampledRelation
4165
4166 return p
4167}
4168
4169func (s *SampledRelationContext) GetParser() antlr.Parser { return s.parser }
4170

Callers 1

SampledRelationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected