MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / ResolvedOverload

Method ResolvedOverload

pkg/sql/sem/tree/expr.go:1309–1311  ·  view source on GitHub ↗

ResolvedOverload returns the builtin definition; can only be called after Resolve (which happens during TypeCheck).

()

Source from the content-addressed store, hash-verified

1307// ResolvedOverload returns the builtin definition; can only be called after
1308// Resolve (which happens during TypeCheck).
1309func (node *FuncExpr) ResolvedOverload() *Overload {
1310 return node.fn
1311}
1312
1313// IsGeneratorClass returns true if the resolved overload metadata is of
1314// the GeneratorClass.

Callers 3

IsGeneratorClassMethod · 0.95
VisitPreMethod · 0.80
OperatorIsImmutableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected