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

Method schema

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

Source from the content-addressed store, hash-verified

2392 }
2393
2394 std::shared_ptr<Schema> schema() const override { return schema_; }
2395
2396 Status ReadNext(std::shared_ptr<RecordBatch>* batch) override {
2397 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