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

Method Size

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

Source from the content-addressed store, hash-verified

1591}
1592
1593func (m *SqlWherePb) Size() (n int) {
1594 var l int
1595 _ = l
1596 n += 1 + sovSql(uint64(m.Op))
1597 if m.Source != nil {
1598 l = m.Source.Size()
1599 n += 1 + l + sovSql(uint64(l))
1600 }
1601 if m.Expr != nil {
1602 l = m.Expr.Size()
1603 n += 1 + l + sovSql(uint64(l))
1604 }
1605 if m.XXX_unrecognized != nil {
1606 n += len(m.XXX_unrecognized)
1607 }
1608 return n
1609}
1610
1611func (m *ProjectionPb) Size() (n int) {
1612 var l int

Callers 1

MarshalMethod · 0.95

Calls 2

sovSqlFunction · 0.85
SizeMethod · 0.45

Tested by

no test coverage detected