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

Method schema

cpp/src/arrow/csv/reader.cc:863–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861 }
862
863 std::shared_ptr<Schema> schema() const override { return schema_; }
864
865 int64_t bytes_read() const override { return bytes_decoded_->load(); }
866

Callers 15

ExportImportRecordBatchFunction · 0.45
TestHeaderOnlyFunction · 0.45
TESTFunction · 0.45
InitFromBlockMethod · 0.45
DeserializeFunction · 0.45
FromRecordBatchClass · 0.45
ExpectExecuteFunction · 0.45
TEST_FFunction · 0.45
FilterRecordBatchFunction · 0.45
FilterTableFunction · 0.45
TakeRARMethod · 0.45
TakeTATMethod · 0.45

Calls

no outgoing calls

Tested by 4

TestHeaderOnlyFunction · 0.36
TESTFunction · 0.36
ExpectExecuteFunction · 0.36
TEST_FFunction · 0.36