| 261 | |
| 262 | |
| 263 | ArrowWriter::ArrowWriter() : |
| 264 | m_formatType(arrowsupport::Unknown), |
| 265 | m_pool(arrow::default_memory_pool()), |
| 266 | m_batchIndex(0) |
| 267 | { |
| 268 | } |
| 269 | |
| 270 | ArrowWriter::~ArrowWriter() |
| 271 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected