| 252 | |
| 253 | template <TypeKind KIND> |
| 254 | void testFlat(TypePtr type, vector_size_t size) { |
| 255 | testFlat<KIND>(type, size, false); |
| 256 | testFlat<KIND>(type, size, true); |
| 257 | } |
| 258 | |
| 259 | template <TypeKind KIND> |
| 260 | void testFlat(TypePtr type, vector_size_t size, bool withNulls) { |
nothing calls this directly
no test coverage detected