82 83 84
# File 'lib/pgvector/pg.rb', line 82 def decode(string, tuple = nil, field = nil) ::Pgvector::Bit.from_text(string).to_s end