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

Method FileReaderBuilder

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

Source from the content-addressed store, hash-verified

1452}
1453
1454FileReaderBuilder::FileReaderBuilder()
1455 : pool_(::arrow::default_memory_pool()),
1456 properties_(default_arrow_reader_properties()) {}
1457
1458Status FileReaderBuilder::Open(std::shared_ptr<::arrow::io::RandomAccessFile> file,
1459 const ReaderProperties& properties,

Callers

nothing calls this directly

Calls 2

default_memory_poolFunction · 0.85

Tested by

no test coverage detected