| 42 | vector_size_t** sizes) override {} |
| 43 | |
| 44 | std::unique_ptr<VectorSerializer> createSerializer( |
| 45 | RowTypePtr type, |
| 46 | int32_t numRows, |
| 47 | StreamArena* streamArena, |
| 48 | const Options* options = nullptr) override { |
| 49 | return nullptr; |
| 50 | }; |
| 51 | |
| 52 | void deserialize( |
| 53 | ByteInputStream* source, |
no outgoing calls
no test coverage detected