70 71 72
# File 'lib/pgvector/pg.rb', line 70 def decode(string, tuple = nil, field = nil) ::Pgvector::Vector.from_text(string).to_a end