static
| 236 | |
| 237 | // static |
| 238 | void VectorStreamGroup::read( |
| 239 | ByteInputStream* source, |
| 240 | bolt::memory::MemoryPool* pool, |
| 241 | RowTypePtr type, |
| 242 | RowVectorPtr* result, |
| 243 | const VectorSerde::Options* options) { |
| 244 | getVectorSerde()->deserialize(source, pool, type, result, options); |
| 245 | } |
| 246 | |
| 247 | folly::IOBuf rowVectorToIOBuf( |
| 248 | const RowVectorPtr& rowVector, |