Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ set_batch_size
Method
set_batch_size
cpp/src/parquet/arrow/reader.cc:367–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
void set_batch_size(int64_t batch_size) override {
368
reader_properties_.set_batch_size(batch_size);
369
}
370
371
const ArrowReaderProperties& properties() const override { return reader_properties_; }
372
Callers
8
MakeArrowReaderProperties
Function · 0.80
DoRoundTripWithBatches
Function · 0.80
TestGetRecordBatchReader
Function · 0.80
TEST_P
Function · 0.80
TEST_F
Function · 0.80
TEST
Function · 0.80
fuzz_internal.cc
File · 0.80
ReadInBatches
Function · 0.80
Calls
no outgoing calls
Tested by
5
DoRoundTripWithBatches
Function · 0.64
TestGetRecordBatchReader
Function · 0.64
TEST_P
Function · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64