MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / DBitArray

Struct DBitArray

pkg/sql/sem/tree/datum.go:452–454  ·  view source on GitHub ↗

DBitArray is the BIT/VARBIT Datum.

Source from the content-addressed store, hash-verified

450
451// DBitArray is the BIT/VARBIT Datum.
452type DBitArray struct {
453 bitarray.BitArray
454}
455
456// ParseDBitArray parses a string representation of binary digits.
457func ParseDBitArray(s string) (*DBitArray, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected