# File lib/innodb/data_type.rb, line 360 def value(data) roll_ptr = BinData::Uint56be.read(data) self.class.parse_roll_pointer(roll_ptr) end