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

Method AllExpression

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

Source from the content-addressed store, hash-verified

5652}
5653
5654func (s *InListContext) AllExpression() []IExpressionContext {
5655 var ts = s.GetTypedRuleContexts(reflect.TypeOf((*IExpressionContext)(nil)).Elem())
5656 var tst = make([]IExpressionContext, len(ts))
5657
5658 for i, t := range ts {
5659 if t != nil {
5660 tst[i] = t.(IExpressionContext)
5661 }
5662 }
5663
5664 return tst
5665}
5666
5667func (s *InListContext) Expression(i int) IExpressionContext {
5668 var t = s.GetTypedRuleContext(reflect.TypeOf((*IExpressionContext)(nil)).Elem(), i)

Callers 2

VisitFunctionCallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected