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

Method schema

cpp/src/arrow/json/reader.cc:448–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446 }
447
448 [[nodiscard]] std::shared_ptr<Schema> schema() const override { return schema_; }
449
450 Status ReadNext(std::shared_ptr<RecordBatch>* out) override {
451 auto result = ReadNextAsync().result();

Callers 2

TEST_PFunction · 0.45
StreamingReaderImplMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36