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

Method Open

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

Source from the content-addressed store, hash-verified

1480 }
1481
1482 Status Open(const std::shared_ptr<io::RandomAccessFile>& file, int64_t footer_offset,
1483 const IpcReadOptions& options) {
1484 owned_file_ = file;
1485 metadata_cache_ = std::make_shared<io::internal::ReadRangeCache>(
1486 file, file->io_context(), options.pre_buffer_cache_options);
1487 return Open(file.get(), footer_offset, options);
1488 }
1489
1490 Status Open(io::RandomAccessFile* file, int64_t footer_offset,
1491 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