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

Method set_batch_size

cpp/src/parquet/arrow/reader.cc:368–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 }
367
368 void set_batch_size(int64_t batch_size) override {
369 reader_properties_.set_batch_size(batch_size);
370 }
371
372 const ArrowReaderProperties& properties() const override { return reader_properties_; }
373

Callers 8

DoRoundTripWithBatchesFunction · 0.80
TestGetRecordBatchReaderFunction · 0.80
TEST_PFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
fuzz_internal.ccFile · 0.80
ReadInBatchesFunction · 0.80

Calls

no outgoing calls

Tested by 5

DoRoundTripWithBatchesFunction · 0.64
TestGetRecordBatchReaderFunction · 0.64
TEST_PFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64