static
| 103 | |
| 104 | // static |
| 105 | void AddressableNonNullValueList::read( |
| 106 | const Entry& position, |
| 107 | BaseVector& result, |
| 108 | vector_size_t index) { |
| 109 | auto stream = prepareRead(position); |
| 110 | exec::ContainerRowSerde::deserialize(*stream, index, &result); |
| 111 | } |
| 112 | |
| 113 | } // namespace bytedance::bolt::aggregate::prestosql |
nothing calls this directly
no test coverage detected