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

Method memory_pool

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

Source from the content-addressed store, hash-verified

1472}
1473
1474FileReaderBuilder* FileReaderBuilder::memory_pool(::arrow::MemoryPool* pool) {
1475 pool_ = pool;
1476 return this;
1477}
1478
1479FileReaderBuilder* FileReaderBuilder::properties(
1480 const ArrowReaderProperties& arg_properties) {

Callers 15

operator()Method · 0.45
FinalizeMethod · 0.45
ConsumeMethod · 0.45
FinalizeMethod · 0.45
ExecMethod · 0.45
StartFileMethod · 0.45
statisticsMethod · 0.45
CreateBloomFilterMethod · 0.45
ColumnMethod · 0.45
RecordReaderMethod · 0.45
PreBufferMethod · 0.45

Calls

no outgoing calls

Tested by 7

TEST_PFunction · 0.36
ReadTableFromBufferFunction · 0.36
DoRoundTripWithBatchesFunction · 0.36
ReaderFromBufferMethod · 0.36
TEST_FFunction · 0.36
DecryptFileMethod · 0.36
DecryptPageIndexMethod · 0.36