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

Struct SubscriptContext

query/sql/antlrgen/sqlbase_parser.go:6795–6799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6793}
6794
6795type SubscriptContext struct {
6796 *PrimaryExpressionContext
6797 value IPrimaryExpressionContext
6798 index IValueExpressionContext
6799}
6800
6801func NewSubscriptContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *SubscriptContext {
6802 var p = new(SubscriptContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected