Class: YugabyteYSQL::RecordCoder
Instance Method Summary collapse
Methods inherited from Coder
#==, #dup, #initialize, #inspect, #inspect_short, #marshal_dump, #marshal_load
Constructor Details
This class inherits a constructor from YugabyteYSQL::Coder
Instance Method Details
#to_h ⇒ Object
100 101 102 103 104 |
# File 'lib/pg/coder.rb', line 100 def to_h { **super, type_map: type_map, } end |