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

Function TEST

cpp/src/parquet/properties_test.cc:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 10

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

Tested by

no test coverage detected