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

Method version

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

Source from the content-addressed store, hash-verified

1368 }
1369
1370 MetadataVersion version() const override {
1371 return internal::GetMetadataVersion(footer_->version());
1372 }
1373
1374 static Status LoadFieldsSubset(const flatbuf::RecordBatch* metadata,
1375 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