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

Struct FunctionCallContext

query/sql/antlrgen/sqlbase_parser.go:7205–7207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7203}
7204
7205type FunctionCallContext struct {
7206 *PrimaryExpressionContext
7207}
7208
7209func NewFunctionCallContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *FunctionCallContext {
7210 var p = new(FunctionCallContext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected