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

Function isOnlyNameFunc

pkg/sql/sem/tree/expr.go:1374–1378  ·  view source on GitHub ↗
(f *FuncExpr)

Source from the content-addressed store, hash-verified

1372}
1373
1374func isOnlyNameFunc(f *FuncExpr) bool {
1375 funcStr := f.Func.String()
1376 _, ok := onlyNameFunc[funcStr]
1377 return ok
1378}
1379
1380// Format implements the NodeFormatter interface.
1381func (node *FuncExpr) Format(ctx *FmtCtx) {

Callers 1

FormatMethod · 0.85

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…