StaticsΒ§
- _LINKME_
ELEMENT_ πbit_ count_ bytea_ int8 - _LINKME_
ELEMENT_ πget_ bit_ bytea_ int8_ int4 - _LINKME_
ELEMENT_ πget_ byte_ bytea_ int4_ int4 - _LINKME_
ELEMENT_ πset_ bit_ bytea_ int8_ int4_ bytea - _LINKME_
ELEMENT_ πset_ byte_ bytea_ int4_ int4_ bytea
FunctionsΒ§
- bit_
count - Returns the number of bits set in the binary string
- bit_
count_ πbytea_ int8 - get_bit
- Extracts nβth bit from binary string.
- get_
bit_ πbytea_ int8_ int4 - get_
byte - Extracts nβth byte from binary string.
- get_
byte_ πbytea_ int4_ int4 - set_bit
- Sets nβth bit in binary string to newvalue.
- set_
bit_ πbytea_ int8_ int4_ bytea - set_
byte - Sets nβth byte in binary string to newvalue.
- set_
byte_ πbytea_ int4_ int4_ bytea