github.com/jackc/pgtype.Varbit.Len (field)
5 uses
github.com/jackc/pgtype (current package)
varbit.go#L13: Len int32 // Number of bits
varbit.go#L57: *dst = Varbit{Bytes: buf, Len: int32(bitLen), Status: Present}
varbit.go#L74: *dst = Varbit{Bytes: src[rp:], Len: bitLen, Status: Present}
varbit.go#L86: for i := int32(0); i < src.Len; i++ {
varbit.go#L107: buf = pgio.AppendInt32(buf, src.Len)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |