Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ isConst
Method
isConst
pkg/sql/sem/tree/normalize.go:758–760 ·
view source on GitHub ↗
(expr Expr)
Source
from the content-addressed store, hash-verified
756
}
757
758
func
(v *NormalizeVisitor) isConst(expr Expr) bool {
759
return
v.fastIsConstVisitor.run(expr)
760
}
761
762
// isNumericZero returns true if the datum is a number and equal to
763
// zero.
Callers
7
VisitPost
Method · 0.95
normalize
Method · 0.45
normalize
Method · 0.45
normalize
Method · 0.45
normalize
Method · 0.45
normalize
Method · 0.45
normalize
Method · 0.45
Calls
1
run
Method · 0.45
Tested by
no test coverage detected