Class: AlgebraDB::Exec::RowDecoder

Inherits:
Object
  • Object
show all
Defined in:
lib/algebra_db/exec/row_decoder.rb

Overview

Represents a thing that can decode a row.

Direct Known Subclasses

Build::SelectList::RowDecoder

Instance Method Summary collapse

Instance Method Details

#decode_row(row) ⇒ Object



10
11
12
# File 'lib/algebra_db/exec/row_decoder.rb', line 10

def decode_row(row)
  row
end

#pg_type_mapObject



6
7
8
# File 'lib/algebra_db/exec/row_decoder.rb', line 6

def pg_type_map
  PG::TypeMapAllStrings.new
end