MCPcopy Create free account
hub / github.com/apache/arrow / EncodeInt32

Function EncodeInt32

cpp/src/parquet/metadata_test.cc:280–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278namespace {
279
280std::string EncodeInt32(int32_t value) {
281 return std::string(reinterpret_cast<const char*>(&value), sizeof(value));
282}
283
284constexpr int32_t kLegacyMin = 100, kLegacyMax = 200;
285

Callers 3

AssertColumnChunkMinMaxFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected