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

Function TEST_F

cpp/src/arrow/ipc/read_write_test.cc:244–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242};
243
244TEST_F(TestSchemaMetadata, PrimitiveFields) {
245 CheckSchemaRoundtrip(Schema({
246 field("f0", int8()),
247 field("f1", int16(), false),
248 field("f2", int32()),
249 field("f3", int64()),
250 field("f4", uint8()),
251 field("f5", uint16()),
252 field("f6", uint32()),
253 field("f7", uint64()),
254 field("f8", float32()),
255 field("f9", float64(), false),
256 field("f10", boolean()),
257 }));
258}
259
260TEST_F(TestSchemaMetadata, BinaryFields) {
261 CheckSchemaRoundtrip(Schema({

Callers

nothing calls this directly

Calls 15

fixed_size_binaryFunction · 0.85
key_value_metadataFunction · 0.85
listFunction · 0.85
struct_Function · 0.85
ArrayFromJSONFunction · 0.85
CheckRoundtripFunction · 0.85
sparse_unionFunction · 0.85
AssertArraysEqualFunction · 0.85
RecordBatchFromJSONFunction · 0.85
GetRecordBatchPayloadFunction · 0.85
MakeRandomStringArrayFunction · 0.85
default_memory_poolFunction · 0.85

Tested by

no test coverage detected