MCPcopy Create free account
hub / github.com/apache/arrow / Table

Method Table

cpp/src/arrow/testing/generator.cc:300–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 }
299
300 Result<std::shared_ptr<::arrow::Table>> Table(int64_t rows_per_chunk,
301 int num_chunks = 1) override {
302 ARROW_ASSIGN_OR_RAISE(RecordBatchVector batches,
303 RecordBatches(rows_per_chunk, num_chunks));
304 return ::arrow::Table::FromRecordBatches(batches);
305 }
306
307 std::shared_ptr<::arrow::Schema> Schema() override { return schema_; }
308

Callers 8

TEST_FFunction · 0.45
TESTFunction · 0.45
CheckErrorFunction · 0.45
TestTableFunction · 0.45
TESTFunction · 0.45
TestTableFunction · 0.45
TestTableFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 8

TEST_FFunction · 0.36
TESTFunction · 0.36
CheckErrorFunction · 0.36
TestTableFunction · 0.36
TESTFunction · 0.36
TestTableFunction · 0.36
TestTableFunction · 0.36
TESTFunction · 0.36