| 188 | } |
| 189 | |
| 190 | void VectorStreamGroup::createStreamTree( |
| 191 | RowTypePtr type, |
| 192 | int32_t numRows, |
| 193 | const VectorSerde::Options* options) { |
| 194 | serializer_ = serde_->createSerializer(type, numRows, this, options); |
| 195 | } |
| 196 | |
| 197 | void VectorStreamGroup::append( |
| 198 | const RowVectorPtr& vector, |