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

Method set_chunksize

cpp/src/arrow/table.cc:676–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674std::shared_ptr<Schema> TableBatchReader::schema() const { return table_.schema(); }
675
676void TableBatchReader::set_chunksize(int64_t chunksize) { max_chunksize_ = chunksize; }
677
678Status TableBatchReader::ReadNext(std::shared_ptr<RecordBatch>* out) {
679 if (absolute_row_position_ == table_.num_rows()) {

Callers 12

table_test.ccFile · 0.80
DoFinishMethod · 0.80
WriteTableMethod · 0.80
WriteTableMethod · 0.80
ReadOneRowGroupMethod · 0.80
TestGetRecordBatchReaderFunction · 0.80
TEST_FFunction · 0.80
GetRBRFunction · 0.80
ConvertToIteratorMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestGetRecordBatchReaderFunction · 0.64
TEST_FFunction · 0.64