MCPcopy Create free account
hub / github.com/apache/orc / readUInt32

Method readUInt32

c++/src/Geospatial.cc:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 uint32_t readUInt32(bool swap) {
111 auto value = readChecked<uint32_t>();
112 return swap ? byteSwap(value) : value;
113 }
114
115 template <typename Coord, typename Visit>
116 void readCoords(uint32_t nCoords, bool swap, Visit&& visit) {

Callers 1

mergeGeometryInternalMethod · 0.80

Calls 1

byteSwapFunction · 0.85

Tested by

no test coverage detected