MCPcopy Create free account
hub / github.com/uber/aresdb / PredicatedContext

Struct PredicatedContext

query/sql/antlrgen/sqlbase_parser.go:5357–5361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5355}
5356
5357type PredicatedContext struct {
5358 *antlr.BaseParserRuleContext
5359 parser antlr.Parser
5360 _valueExpression IValueExpressionContext
5361}
5362
5363func NewEmptyPredicatedContext() *PredicatedContext {
5364 var p = new(PredicatedContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected