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

Method schema

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

Source from the content-addressed store, hash-verified

1197 }
1198
1199 std::shared_ptr<Schema> schema() const override {
1200 return StreamDecoderInternal::schema();
1201 }
1202
1203 ReadStats stats() const override { return StreamDecoderInternal::stats(); }
1204

Callers

nothing calls this directly

Calls 1

schemaFunction · 0.70

Tested by

no test coverage detected