static
| 111 | |
| 112 | // static |
| 113 | void CompactRowVectorSerde::registerVectorSerde() { |
| 114 | bolt::registerVectorSerde(std::make_unique<CompactRowVectorSerde>()); |
| 115 | } |
| 116 | |
| 117 | // static |
| 118 | void CompactRowVectorSerde::registerNamedVectorSerde() { |
nothing calls this directly
no test coverage detected