MCPcopy Create free account
hub / github.com/dolthub/doltgresql / DBitArray

Struct DBitArray

postgres/parser/sem/tree/datum.go:285–287  ·  view source on GitHub ↗

DBitArray is the BIT/VARBIT Datum.

Source from the content-addressed store, hash-verified

283
284// DBitArray is the BIT/VARBIT Datum.
285type DBitArray struct {
286 utils.BitArray
287}
288
289// ParseDBitArray parses a string representation of binary digits.
290func ParseDBitArray(s string) (*DBitArray, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected