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

Callers

nothing calls this directly

Calls 1

ToTableMethod · 0.45

Tested by

no test coverage detected