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

Method ToTable

cpp/src/arrow/ipc/reader.cc:2117–2120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2115}
2116
2117Result<std::shared_ptr<Table>> RecordBatchFileReader::ToTable() {
2118 ARROW_ASSIGN_OR_RAISE(auto batches, ToRecordBatches());
2119 return Table::FromRecordBatches(schema(), std::move(batches));
2120}
2121
2122Status Listener::OnEOS() { return Status::OK(); }
2123

Callers 15

FromRecordBatchReaderMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
ReadAllMethod · 0.45
TESTFunction · 0.45
ARROW_ASSIGN_OR_RAISEFunction · 0.45
FilterAndSelectDatasetFunction · 0.45
ProjectDatasetFunction · 0.45

Calls 1

schemaFunction · 0.70

Tested by 4

TEST_FFunction · 0.36
TESTFunction · 0.36
ReadAllMethod · 0.36
TESTFunction · 0.36