Module bytea_bits

Source

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 πŸ”’