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

Method schema

python/pyarrow/src/arrow/python/ipc.cc:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37std::shared_ptr<Schema> PyRecordBatchReader::schema() const { return schema_; }
38
39Status PyRecordBatchReader::ReadNext(std::shared_ptr<RecordBatch>* batch) {
40 PyAcquireGIL lock;

Calls

no outgoing calls