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

Function NewEmptyRelationContext

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

Source from the content-addressed store, hash-verified

3454}
3455
3456func NewEmptyRelationContext() *RelationContext {
3457 var p = new(RelationContext)
3458 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1)
3459 p.RuleIndex = SqlBaseParserRULE_relation
3460 return p
3461}
3462
3463func (*RelationContext) IsRelationContext() {}
3464

Callers 2

NewJoinRelationContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected