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

Function init

rel/sql.go:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42)
43
44func init() {
45 starCols = make(Columns, 1)
46 starCols[0] = NewColumnFromToken(lex.Token{T: lex.TokenStar, V: "*"})
47}
48
49type (
50 // ColumnsStatement is a statement interface for those statements that

Callers

nothing calls this directly

Calls 1

NewColumnFromTokenFunction · 0.85

Tested by

no test coverage detected