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

Method schema

cpp/src/arrow/c/bridge.cc:2389–2389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2387 }
2388
2389 std::shared_ptr<Schema> schema() const override { return schema_; }
2390
2391 Status ReadNext(std::shared_ptr<RecordBatch>* batch) override {
2392 ARROW_RETURN_NOT_OK(this->CheckNotReleased());

Callers 3

ExportRecordBatchFunction · 0.45
ExportDeviceRecordBatchFunction · 0.45
ExportStreamSchemaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected