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

Method schema

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

Source from the content-addressed store, hash-verified

1202 }
1203
1204 std::shared_ptr<Schema> schema() const override {
1205 return StreamDecoderInternal::schema();
1206 }
1207
1208 ReadStats stats() const override { return StreamDecoderInternal::stats(); }
1209

Callers

nothing calls this directly

Calls 1

schemaFunction · 0.70

Tested by

no test coverage detected