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

Function TEST_F

cpp/src/parquet/column_reader_test.cc:170–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168};
169
170TEST_F(TestPrimitiveReader, TestInt32FlatRequired) {
171 int levels_per_page = 100;
172 int num_pages = 50;
173 max_def_level_ = 0;
174 max_rep_level_ = 0;
175 NodePtr type = schema::Int32("a", Repetition::REQUIRED);
176 const ColumnDescriptor descr(type, max_def_level_, max_rep_level_);
177 ASSERT_NO_FATAL_FAILURE(ExecutePlain(num_pages, levels_per_page, &descr));
178 ASSERT_NO_FATAL_FAILURE(ExecuteDict(num_pages, levels_per_page, &descr));
179}
180
181TEST_F(TestPrimitiveReader, TestInt32FlatOptional) {
182 int levels_per_page = 100;

Callers

nothing calls this directly

Calls 15

vector_equalFunction · 0.85
WrapFunction · 0.85
ByteArrayClass · 0.85
SkipMethod · 0.80
push_backMethod · 0.80
AllocateBufferFunction · 0.70
getMethod · 0.45
ReadBatchMethod · 0.45
dataMethod · 0.45
beginMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected