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

Method set_chunksize

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

Source from the content-addressed store, hash-verified

683std::shared_ptr<Schema> TableBatchReader::schema() const { return table_.schema(); }
684
685void TableBatchReader::set_chunksize(int64_t chunksize) { max_chunksize_ = chunksize; }
686
687Status TableBatchReader::ReadNext(std::shared_ptr<RecordBatch>* out) {
688 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