Class: AlgebraDB::Exec::RowDecoder
- Inherits:
-
Object
- Object
- AlgebraDB::Exec::RowDecoder
- Defined in:
- lib/algebra_db/exec/row_decoder.rb
Overview
Represents a thing that can decode a row.
Direct Known Subclasses
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_map ⇒ Object
6 7 8 |
# File 'lib/algebra_db/exec/row_decoder.rb', line 6 def pg_type_map PG::TypeMapAllStrings.new end |