| 64 | }; |
| 65 | |
| 66 | void setup() { |
| 67 | serde_ = std::make_unique<serializer::presto::PrestoVectorSerde>(); |
| 68 | } |
| 69 | void timeFlat() { |
| 70 | // Serialize different fractions of a 10K vector of int32_t and int64_t with |
| 71 | // IndexRange and row range variants with and without nulls. |