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

Method DimHandler

plugins/arrow/io/ArrowWriter.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98{
99public:
100 DimHandler(arrow::MemoryPool *pool, Dimension::Id id, const std::string& name) :
101 m_builder(pool), m_id(id), m_name(name)
102 {}
103
104 FieldPtr field() override
105 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected