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

Method schema

cpp/src/arrow/testing/util.h:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 : schema_(schema), batches_(batches), position_(0) {}
89
90 std::shared_ptr<Schema> schema() const override { return schema_; }
91
92 Status ReadNext(std::shared_ptr<RecordBatch>* out) override {
93 if (position_ >= batches_.size()) {

Callers 4

CompareBatchWithFunction · 0.45
TEST_PFunction · 0.45
TYPED_TESTFunction · 0.45
MatchAndExplainMethod · 0.45

Calls

no outgoing calls

Tested by 3

CompareBatchWithFunction · 0.36
TEST_PFunction · 0.36
TYPED_TESTFunction · 0.36