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

Struct DBitArray

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

DBitArray is the BIT/VARBIT Datum.

Source from the content-addressed store, hash-verified

505
506// DBitArray is the BIT/VARBIT Datum.
507type DBitArray struct {
508 bitarray.BitArray
509}
510
511// ParseDBitArray parses a string representation of binary digits.
512func ParseDBitArray(s string) (*DBitArray, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected