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

Struct IdentityNode

expr/node.go:213–220  ·  view source on GitHub ↗

IdentityNode will look up a value out of a env bag also identities of sql objects (tables, columns, etc) we often need to rewrite these as in sql it is `table.column`

Source from the content-addressed store, hash-verified

211 // sql objects (tables, columns, etc) we often need to rewrite these as in
212 // sql it is `table.column`
213 IdentityNode struct {
214 Quote byte
215 Text string
216 original string
217 escaped string
218 left string
219 right string
220 }
221 // IdentityNodes is a list of identities
222 IdentityNodes []*IdentityNode
223

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected