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

Method WhenBuffered

cpp/src/parquet/file_reader.cc:922–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

FetchNextMethod · 0.45
TESTFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TESTFunction · 0.36