MCPcopy Create free account
hub / github.com/PDAL/PDAL / ArrowWriter

Method ArrowWriter

plugins/arrow/io/ArrowWriter.cpp:263–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262
263ArrowWriter::ArrowWriter() :
264 m_formatType(arrowsupport::Unknown),
265 m_pool(arrow::default_memory_pool()),
266 m_batchIndex(0)
267{
268}
269
270ArrowWriter::~ArrowWriter()
271{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected