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

Method schema

cpp/src/arrow/c/bridge_test.cc:4497–4497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4495 static std::shared_ptr<Schema> expected_schema() { return arrow::schema({}); }
4496
4497 std::shared_ptr<Schema> schema() const override { return expected_schema(); }
4498
4499 Status ReadNext(std::shared_ptr<RecordBatch>* batch) override { return error_; }
4500

Callers 4

CheckImportMethod · 0.45
TestWithBatchFactoryMethod · 0.45
TestWithBatchFactoryMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected