class AlgebraDB::Exec::RowDecoder

Represents a thing that can decode a row.

Public Instance Methods

decode_row(row) click to toggle source
# File lib/algebra_db/exec/row_decoder.rb, line 10
def decode_row(row)
  row
end
pg_type_map() click to toggle source
# File lib/algebra_db/exec/row_decoder.rb, line 6
def pg_type_map
  PG::TypeMapAllStrings.new
end