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

Method Make

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

Source from the content-addressed store, hash-verified

1373}
1374
1375Status FileReader::Make(::arrow::MemoryPool* pool,
1376 std::unique_ptr<ParquetFileReader> reader,
1377 const ArrowReaderProperties& properties,
1378 std::unique_ptr<FileReader>* out) {
1379 ARROW_ASSIGN_OR_RAISE(*out, Make(pool, std::move(reader), properties));
1380 return Status::OK();
1381}
1382
1383Status FileReader::Make(::arrow::MemoryPool* pool,
1384 std::unique_ptr<ParquetFileReader> reader,

Callers

nothing calls this directly

Calls 6

ARROW_ASSIGN_OR_RAISEFunction · 0.70
MakeFunction · 0.50
OKFunction · 0.50
InitMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected