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

Function NewBetweenContext

query/sql/antlrgen/sqlbase_parser.go:5697–5705  ·  view source on GitHub ↗
(parser antlr.Parser, ctx antlr.ParserRuleContext)

Source from the content-addressed store, hash-verified

5695}
5696
5697func NewBetweenContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BetweenContext {
5698 var p = new(BetweenContext)
5699
5700 p.PredicateContext = NewEmptyPredicateContext()
5701 p.parser = parser
5702 p.CopyFrom(ctx.(*PredicateContext))
5703
5704 return p
5705}
5706
5707func (s *BetweenContext) GetLower() IValueExpressionContext { return s.lower }
5708

Callers 1

PredicateMethod · 0.85

Calls 2

NewEmptyPredicateContextFunction · 0.85
CopyFromMethod · 0.45

Tested by

no test coverage detected