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

Method schema

r/src/recordbatchreader.cpp:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 : done_(false), schema_(reader->schema()), reader_(reader), num_rows_(num_rows) {}
139
140 std::shared_ptr<arrow::Schema> schema() const override { return schema_; }
141
142 arrow::Status ReadNext(std::shared_ptr<arrow::RecordBatch>* batch_out) override {
143 if (done_) {

Callers 6

ReadNextMethod · 0.45
RecordBatchReaderHeadMethod · 0.45
RecordBatchReader__HeadFunction · 0.45
schemaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected