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

Method WriteDialect

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

Source from the content-addressed store, hash-verified

1332 return w.String()
1333}
1334func (m *SqlSource) WriteDialect(w expr.DialectWriter) {
1335 m.writeDialectDepth(0, w)
1336}
1337func (m *SqlSource) writeDialectDepth(depth int, w expr.DialectWriter) {
1338
1339 if int(m.Op) == 0 && int(m.LeftOrRight) == 0 && int(m.JoinType) == 0 {

Callers 1

StringMethod · 0.95

Calls 1

writeDialectDepthMethod · 0.95

Tested by

no test coverage detected