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

Struct QueryNoWithContext

query/sql/antlrgen/sqlbase_parser.go:1146–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1144}
1145
1146type QueryNoWithContext struct {
1147 *antlr.BaseParserRuleContext
1148 parser antlr.Parser
1149 limit antlr.Token
1150}
1151
1152func NewEmptyQueryNoWithContext() *QueryNoWithContext {
1153 var p = new(QueryNoWithContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected