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

Method FromPB

rel/sql.go:928–930  ·  view source on GitHub ↗
(spb *SqlSelectPb)

Source from the content-addressed store, hash-verified

926func (m *SqlSelect) SetSystemQry() { m.schemaqry = true }
927func (m *SqlSelect) IsLiteral() bool { return len(m.From) == 0 }
928func (m *SqlSelect) FromPB(spb *SqlSelectPb) *SqlSelect {
929 return SqlSelectFromPb(spb)
930}
931func (m *SqlSelect) ToPbStatement() *SqlStatementPb {
932 if m.pb == nil {
933 m.pb = &SqlStatementPb{Select: SqlSelectToPb(m)}

Callers

nothing calls this directly

Calls 1

SqlSelectFromPbFunction · 0.85

Tested by

no test coverage detected