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

Function TEST_P

cpp/src/arrow/dataset/file_parquet_test.cc:580–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578};
579
580TEST_P(TestParquetFileFormatScan, ScanRecordBatchReader) { TestScan(); }
581TEST_P(TestParquetFileFormatScan, ScanBatchSize) { TestScanBatchSize(); }
582TEST_P(TestParquetFileFormatScan, ScanNoReadahead) { TestScanNoReadahead(); }
583TEST_P(TestParquetFileFormatScan, ScanRecordBatchReaderProjected) { TestScanProjected(); }

Callers

nothing calls this directly

Calls 15

equalFunction · 0.85
field_refFunction · 0.85
and_Function · 0.85
or_Function · 0.85
lessFunction · 0.85
greater_equalFunction · 0.85
IotaFunction · 0.85
ArrayFromJSONFunction · 0.85
greaterFunction · 0.85
CollectAsyncGeneratorFunction · 0.85
to_stringFunction · 0.85
TableFromJSONFunction · 0.85

Tested by

no test coverage detected