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

Method ToByteArray

cpp/src/parquet/statistics_test.cc:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 std::vector<uint8_t> bytes;
89 int order;
90 ByteArray ToByteArray() const {
91 return ByteArray(static_cast<int>(bytes.size()), bytes.data());
92 }
93 };
94
95 // Test a mix of big-endian comparison values that are both equal and

Callers 1

TESTFunction · 0.80

Calls 3

ByteArrayClass · 0.85
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected