Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
386
func
NewColumnValue(tok lex.Token) *Column {
387
return
&Column{
388
sourceQuoteByte: tok.Quote,
389
asQuoteByte: tok.Quote,
390
}
391
}
392
func
NewColumn(col string) *Column {
393
return
&Column{
394
As: col,
Callers
1
parseColumns
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected