Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ InFinalProjection
Method
InFinalProjection
rel/sql.go:692–694 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
690
return
false
691
}
692
func
(m *Column) InFinalProjection() bool {
693
return
m.ParentIndex >= 0
694
}
695
func
(m *Column) IsLiteral() bool {
696
if
m.Expr == nil {
697
return
false
Callers
2
loadFinal
Method · 0.80
projectionForSourcePlan
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected