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

Method version

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

Source from the content-addressed store, hash-verified

1363 }
1364
1365 MetadataVersion version() const override {
1366 return internal::GetMetadataVersion(footer_->version());
1367 }
1368
1369 static Status LoadFieldsSubset(const flatbuf::RecordBatch* metadata,
1370 const IpcReadOptions& options,

Callers 3

ReadRecordBatchInternalFunction · 0.45
ReadDictionaryFunction · 0.45
GetIpcReadContextMethod · 0.45

Calls 1

GetMetadataVersionFunction · 0.85

Tested by

no test coverage detected