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

Method Make

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

Source from the content-addressed store, hash-verified

1422}
1423
1424Status FileReader::Make(::arrow::MemoryPool* pool,
1425 std::unique_ptr<ParquetFileReader> reader,
1426 const ArrowReaderProperties& properties,
1427 std::unique_ptr<FileReader>* out) {
1428 ARROW_ASSIGN_OR_RAISE(*out, Make(pool, std::move(reader), properties));
1429 return Status::OK();
1430}
1431
1432Status FileReader::Make(::arrow::MemoryPool* pool,
1433 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