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

Method WriteDialect

rel/sql.go:1213–1215  ·  view source on GitHub ↗
(w expr.DialectWriter)

Source from the content-addressed store, hash-verified

1211 return m.fingerprintid
1212}
1213func (m *SqlSelect) WriteDialect(w expr.DialectWriter) {
1214 m.writeDialectDepth(0, w)
1215}
1216
1217// Finalize this Query plan by preparing sub-sources
1218// ie we need to rewrite some things into sub-statements

Callers 1

FingerPrintIDMethod · 0.95

Calls 1

writeDialectDepthMethod · 0.95

Tested by

no test coverage detected