static
| 1172 | |
| 1173 | // static |
| 1174 | void ContainerRowSerde::deserialize( |
| 1175 | ByteInputStream& in, |
| 1176 | vector_size_t index, |
| 1177 | BaseVector* result, |
| 1178 | bool exactSize) { |
| 1179 | deserializeSwitch(in, index, *result, exactSize); |
| 1180 | } |
| 1181 | |
| 1182 | // static |
| 1183 | int32_t ContainerRowSerde::compare( |
no test coverage detected