MCPcopy 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}
692func (m *Column) InFinalProjection() bool {
693 return m.ParentIndex >= 0
694}
695func (m *Column) IsLiteral() bool {
696 if m.Expr == nil {
697 return false

Callers 2

loadFinalMethod · 0.80
projectionForSourcePlanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected