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

Function FLBAFromString

cpp/src/parquet/statistics_test.cc:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76static FLBA FLBAFromString(const std::string& s) {
77 auto ptr = reinterpret_cast<const uint8_t*>(s.data());
78 return FLBA(ptr);
79}
80
81TEST(Comparison, SignedByteArray) {
82 // Signed byte array comparison is only used for Decimal comparison. When

Callers 1

TESTFunction · 0.85

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected