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

Method WhenBuffered

cpp/src/parquet/file_reader.cc:918–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916}
917
918Future<> ParquetFileReader::WhenBuffered(const std::vector<int>& row_groups,
919 const std::vector<int>& column_indices) const {
920 // Access private methods here
921 SerializedFile* file =
922 ::arrow::internal::checked_cast<SerializedFile*>(contents_.get());
923 return file->WhenBuffered(row_groups, column_indices);
924}
925
926// ----------------------------------------------------------------------
927// File metadata helpers

Callers 2

FetchNextMethod · 0.45
TESTFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TESTFunction · 0.36