| 245 | } |
| 246 | |
| 247 | folly::IOBuf rowVectorToIOBuf( |
| 248 | const RowVectorPtr& rowVector, |
| 249 | memory::MemoryPool& pool, |
| 250 | VectorSerde* serde, |
| 251 | const VectorSerde::Options* options) { |
| 252 | return rowVectorToIOBuf(rowVector, rowVector->size(), pool, serde, options); |
| 253 | } |
| 254 | |
| 255 | folly::IOBuf rowVectorToIOBuf( |
| 256 | const RowVectorPtr& rowVector, |