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

Method GetOp

rel/sql.pb.go:378–383  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

376func (*SqlWherePb) Descriptor() ([]byte, []int) { return fileDescriptorSql, []int{3} }
377
378func (m *SqlWherePb) GetOp() int32 {
379 if m != nil {
380 return m.Op
381 }
382 return 0
383}
384
385func (m *SqlWherePb) GetSource() *SqlSelectPb {
386 if m != nil {

Callers 2

SqlSourceFromPbFunction · 0.45
SqlWhereFromPbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected