| 95 | } |
| 96 | |
| 97 | static void WriteIntSlot(int32_t value, void* slot) { |
| 98 | *reinterpret_cast<int32_t*>(slot) = value; |
| 99 | } |
| 100 | |
| 101 | static void WriteDecimalSlot( |
| 102 | const ColumnType& type, double value, void* slot) { |
no outgoing calls
no test coverage detected