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

Method schema

cpp/src/arrow/dataset/scanner.cc:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 : schema_(std::move(schema)), delegate_(std::move(delegate)) {}
102
103 std::shared_ptr<Schema> schema() const override { return schema_; }
104 Status ReadNext(std::shared_ptr<RecordBatch>* batch) override {
105 ARROW_ASSIGN_OR_RAISE(auto next, delegate_.Next());
106 if (IsIterationEnd(next)) {

Callers 15

TEST_FFunction · 0.45
TEST_PFunction · 0.45
OutputSchemaFromOptionsFunction · 0.45
NormalizeAndValidateMethod · 0.45
PartitionMethod · 0.45
GetOrInferSchemaMethod · 0.45
ScannerBuilderMethod · 0.45
FromRecordBatchReaderMethod · 0.45
MakeScanNodeFunction · 0.45
TESTFunction · 0.45
InspectMethod · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
WriteRecordBatchMethod · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
MakeScanNodeMethod · 0.36
TESTFunction · 0.36