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

Function NewColumnValue

rel/sql.go:386–391  ·  view source on GitHub ↗
(tok lex.Token)

Source from the content-addressed store, hash-verified

384 }
385}
386func NewColumnValue(tok lex.Token) *Column {
387 return &Column{
388 sourceQuoteByte: tok.Quote,
389 asQuoteByte: tok.Quote,
390 }
391}
392func NewColumn(col string) *Column {
393 return &Column{
394 As: col,

Callers 1

parseColumnsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected