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