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: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
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