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

Function TEST_F

cpp/src/parquet/column_scanner_test.cc:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157TEST_F(TestBooleanFlatScanner, TestPlainScanner) {
158 ASSERT_NO_FATAL_FAILURE(
159 this->ExecuteAll(num_pages, num_levels_per_page, batch_size, 0));
160}
161
162TEST_F(TestFLBAFlatScanner, TestPlainScanner) {
163 ASSERT_NO_FATAL_FAILURE(

Callers

nothing calls this directly

Calls 9

ExecuteAllMethod · 0.80
type_precisionMethod · 0.80
type_scaleMethod · 0.80
type_lengthMethod · 0.80
strMethod · 0.80
MakeFunction · 0.70
getMethod · 0.45
descrMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected