MCPcopy 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
282Result<std::shared_ptr<Table>> Table::FromRecordBatchReader(RecordBatchReader* reader) {
283 return reader->ToTable();
284}
285
286Result<std::shared_ptr<Table>> Table::FromRecordBatches(
287 std::shared_ptr<Schema> schema,

Callers

nothing calls this directly

Calls 1

ToTableMethod · 0.45

Tested by

no test coverage detected