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

Method ReadRowGroup

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

Source from the content-addressed store, hash-verified

1398}
1399
1400Status FileReader::ReadRowGroup(int i, const std::vector<int>& column_indices,
1401 std::shared_ptr<Table>* out) {
1402 ARROW_ASSIGN_OR_RAISE(*out, ReadRowGroup(i, column_indices));
1403 return Status::OK();
1404}
1405
1406Status FileReader::ReadRowGroup(int i, std::shared_ptr<Table>* out) {
1407 ARROW_ASSIGN_OR_RAISE(*out, ReadRowGroup(i));

Callers 6

ReadTableMethod · 0.45
TEST_FFunction · 0.45
FuzzReadDataFunction · 0.45

Calls 2

ARROW_ASSIGN_OR_RAISEFunction · 0.70
OKFunction · 0.50

Tested by 1

TEST_FFunction · 0.36