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

Function TEST

cpp/src/parquet/properties_test.cc:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace test {
37
38TEST(TestReaderProperties, Basics) {
39 ReaderProperties props;
40
41 ASSERT_EQ(props.buffer_size(), kDefaultBufferSize);
42 ASSERT_EQ(props.footer_read_size(), kDefaultFooterReadSize);
43 ASSERT_FALSE(props.is_buffered_stream_enabled());
44 ASSERT_FALSE(props.page_checksum_verification());
45}
46
47TEST(TestWriterProperties, Basics) {
48 std::shared_ptr<WriterProperties> props = WriterProperties::Builder().build();

Callers

nothing calls this directly

Calls 11

BuilderFunction · 0.70
buffer_sizeMethod · 0.45
buildMethod · 0.45
versionMethod · 0.45
compressionMethod · 0.45
compression_levelMethod · 0.45
encodingMethod · 0.45
valueMethod · 0.45
GetStreamMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected