DBitArray is the BIT/VARBIT Datum.
| 505 | |
| 506 | // DBitArray is the BIT/VARBIT Datum. |
| 507 | type DBitArray struct { |
| 508 | bitarray.BitArray |
| 509 | } |
| 510 | |
| 511 | // ParseDBitArray parses a string representation of binary digits. |
| 512 | func ParseDBitArray(s string) (*DBitArray, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected