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

Method metadata

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

Source from the content-addressed store, hash-verified

1543 std::shared_ptr<Schema> schema() const override { return out_schema_; }
1544
1545 std::shared_ptr<const KeyValueMetadata> metadata() const override { return metadata_; }
1546
1547 ReadStats stats() const override {
1548 auto stats = stats_.poll();

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