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