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

Method append

plugins/arrow/io/ArrowWriter.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 Utils::StatusWithReason append(const PointRef& point) override
121 {
122 arrow::Status status = m_builder.Append(point.getFieldAs<DT>(m_id));
123 if (!status.ok())
124 return { -1, status.message() };
125 return true;
126 }
127
128private:
129 arrow::ArrayBuilder& builder() override

Callers 15

fetchJsonMethod · 0.45
movePointsMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
ignoreClassBitsFunction · 0.45
segmentReturnsFunction · 0.45
processOneMethod · 0.45
writeTileMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected