Class: Pgvector::PG::BinaryDecoder::Bit
- Inherits:
-
PG::SimpleDecoder
- Object
- PG::SimpleDecoder
- Pgvector::PG::BinaryDecoder::Bit
- Defined in:
- lib/pgvector/pg.rb
Instance Method Summary collapse
Instance Method Details
#decode(string, tuple = nil, field = nil) ⇒ Object
27 28 29 |
# File 'lib/pgvector/pg.rb', line 27 def decode(string, tuple = nil, field = nil) ::Pgvector::Bit.from_binary(string).to_s end |