| 134 | } |
| 135 | |
| 136 | VectorSerde* getVectorSerde() { |
| 137 | auto serde = getVectorSerdeImpl().get(); |
| 138 | BOLT_CHECK_NOT_NULL(serde, "Vector serde is not registered."); |
| 139 | return serde; |
| 140 | } |
| 141 | |
| 142 | /// None of the calls below are thread-safe. We only expect one call of it in |
| 143 | /// the entire system upon startup. |