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

Method metadata

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

Source from the content-addressed store, hash-verified

1537 std::shared_ptr<Schema> schema() const override { return out_schema_; }
1538
1539 std::shared_ptr<const KeyValueMetadata> metadata() const override { return metadata_; }
1540
1541 ReadStats stats() const override { return stats_.poll(); }
1542

Callers 9

CreateRecordBatchMethod · 0.45
ReadDictionaryFunction · 0.45
ReadRecordBatchFunction · 0.45
CountRowsMethod · 0.45
ReadOneDictionaryMethod · 0.45
GetFlatbufMessageMethod · 0.45
ReadTensorFunction · 0.45
ReadSparseTensorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected