Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ FromRecordBatchReader
Method
FromRecordBatchReader
cpp/src/arrow/table.cc:283–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
}
282
283
Result<std::shared_ptr<Table>> Table::FromRecordBatchReader(RecordBatchReader* reader) {
284
return reader->ToTable();
285
}
286
287
Result<std::shared_ptr<Table>> Table::FromRecordBatches(
288
std::shared_ptr<Schema> schema,
Callers
nothing calls this directly
Calls
1
ToTable
Method · 0.45
Tested by
no test coverage detected