Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Write
Method
Write
cpp/src/arrow/adapters/orc/adapter.cc:843–843 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
841
}
842
843
Status ORCFileWriter::Write(const Table& table) { return impl_->Write(table); }
844
845
Status ORCFileWriter::Write(const RecordBatch& record_batch) {
846
auto table = Table::Make(record_batch.schema(), record_batch.columns());
Callers
5
AssertTableWriteReadEqual
Function · 0.45
AssertBatchWriteReadEqual
Function · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
write
Method · 0.45
Calls
3
columns
Method · 0.80
Make
Function · 0.50
schema
Method · 0.45
Tested by
4
AssertTableWriteReadEqual
Function · 0.36
AssertBatchWriteReadEqual
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36