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

Method FileReaderBuilder

cpp/src/parquet/arrow/reader.cc:1405–1407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1403}
1404
1405FileReaderBuilder::FileReaderBuilder()
1406 : pool_(::arrow::default_memory_pool()),
1407 properties_(default_arrow_reader_properties()) {}
1408
1409Status FileReaderBuilder::Open(std::shared_ptr<::arrow::io::RandomAccessFile> file,
1410 const ReaderProperties& properties,

Callers

nothing calls this directly

Calls 2

default_memory_poolFunction · 0.85

Tested by

no test coverage detected