Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.80
Calls
3
ByteArray
Class · 0.85
size
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected