MCPcopy Create free account
hub / github.com/araddon/qlbridge / NewColumn

Function NewColumn

rel/sql.go:392–398  ·  view source on GitHub ↗
(col string)

Source from the content-addressed store, hash-verified

390 }
391}
392func NewColumn(col string) *Column {
393 return &Column{
394 As: col,
395 SourceField: col,
396 Expr: &expr.IdentityNode{Text: col},
397 }
398}
399
400// The source column name
401func (m *ResultColumn) SourceName() string {

Callers 2

addIntoProjectionFunction · 0.85
rewriteWhereFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected