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

Method ToTable

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

Source from the content-addressed store, hash-verified

2126}
2127
2128Result<std::shared_ptr<Table>> RecordBatchFileReader::ToTable() {
2129 ARROW_ASSIGN_OR_RAISE(auto batches, ToRecordBatches());
2130 return Table::FromRecordBatches(schema(), std::move(batches));
2131}
2132
2133Status Listener::OnEOS() { return Status::OK(); }
2134

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