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

Function TEST_F

cpp/src/arrow/dataset/file_ipc_test.cc:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63class TestIpcFileFormat : public FileFormatFixtureMixin<IpcFormatHelper> {};
64
65TEST_F(TestIpcFileFormat, WriteRecordBatchReader) { TestWrite(); }
66
67TEST_F(TestIpcFileFormat, WriteRecordBatchReaderCustomOptions) {
68 auto reader = GetRecordBatchReader(schema({field("f64", float64())}));

Callers

nothing calls this directly

Calls 12

EXPECT_OK_AND_ASSIGNFunction · 0.85
key_value_metadataFunction · 0.85
SchemaFromColumnNamesFunction · 0.85
ScannerBuilderClass · 0.85
WriteFunction · 0.85
sorted_pairsMethod · 0.80
schemaFunction · 0.50
fieldFunction · 0.50
getMethod · 0.45
DefaultWriteOptionsMethod · 0.45
schemaMethod · 0.45
metadataMethod · 0.45

Tested by

no test coverage detected