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

Method schema

r/src/compute-exec.cpp:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 std::shared_ptr<arrow::Schema> schema() const override { return schema_; }
103
104 arrow::Status ReadNext(std::shared_ptr<arrow::RecordBatch>* batch_out) override {
105 // If this is the first batch getting pulled, tell the exec plan to

Callers 9

ExecNode_ScanFunction · 0.45
to_data_frameFunction · 0.45
RecordBatch__schemaFunction · 0.45
Table__schemaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected