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

Function NewStringNode

expr/node.go:770–772  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

768}
769
770func NewStringNode(text string) *StringNode {
771 return &StringNode{Text: text}
772}
773func NewStringNodeToken(t lex.Token) *StringNode {
774 return &StringNode{Text: t.V, Quote: t.Quote}
775}

Callers 4

RewriteShowAsSelectFunction · 0.92
parseDdlColumnMethod · 0.92
convertIdentityToValueFunction · 0.92
cInnerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected