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

Method ReadRowGroup

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

Source from the content-addressed store, hash-verified

1349}
1350
1351Status FileReader::ReadRowGroup(int i, const std::vector<int>& column_indices,
1352 std::shared_ptr<Table>* out) {
1353 ARROW_ASSIGN_OR_RAISE(*out, ReadRowGroup(i, column_indices));
1354 return Status::OK();
1355}
1356
1357Status FileReader::ReadRowGroup(int i, std::shared_ptr<Table>* out) {
1358 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