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

Method Open

cpp/src/arrow/ipc/reader.cc:1477–1483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1475 }
1476
1477 Status Open(const std::shared_ptr<io::RandomAccessFile>& file, int64_t footer_offset,
1478 const IpcReadOptions& options) {
1479 owned_file_ = file;
1480 metadata_cache_ = std::make_shared<io::internal::ReadRangeCache>(
1481 file, file->io_context(), options.pre_buffer_cache_options);
1482 return Open(file.get(), footer_offset, options);
1483 }
1484
1485 Status Open(io::RandomAccessFile* file, int64_t footer_offset,
1486 const IpcReadOptions& options) {

Callers

nothing calls this directly

Calls 4

UnpackSchemaMessageFunction · 0.85
OKFunction · 0.50
getMethod · 0.45
schemaMethod · 0.45

Tested by

no test coverage detected