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

Function TEST_P

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

Source from the content-addressed store, hash-verified

134class TestIpcFileFormatScan : public FileFormatScanMixin<IpcFormatHelper> {};
135
136TEST_P(TestIpcFileFormatScan, ScanRecordBatchReader) { TestScan(); }
137TEST_P(TestIpcFileFormatScan, ScanBatchSize) { TestScanBatchSize(); }
138TEST_P(TestIpcFileFormatScan, ScanNoReadahead) { TestScanNoReadahead(); }
139TEST_P(TestIpcFileFormatScan, ScanRecordBatchReaderProjected) { TestScanProjected(); }

Callers

nothing calls this directly

Calls 8

listFunction · 0.85
key_value_metadataFunction · 0.85
CollectAsyncGeneratorFunction · 0.85
schemaFunction · 0.50
fieldFunction · 0.50
getMethod · 0.45
fieldsMethod · 0.45
schemaMethod · 0.45

Tested by

no test coverage detected