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

Method Copy

rel/sql.go:940–944  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

938 return m.ToPbStatement().Select
939}
940func (m *SqlSelect) Copy() *SqlSelect {
941 pb := m.ToPB()
942 selCopy := SqlSelectFromPb(pb)
943 return selCopy
944}
945
946// SqlSelectToPb Given a select statement lets convert it into a PB statement
947func SqlSelectToPb(m *SqlSelect) *SqlSelectPb {

Callers

nothing calls this directly

Calls 2

ToPBMethod · 0.95
SqlSelectFromPbFunction · 0.85

Tested by

no test coverage detected