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

Method ReadTable

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

Source from the content-addressed store, hash-verified

1387}
1388
1389Status FileReader::ReadTable(std::shared_ptr<Table>* out) {
1390 ARROW_ASSIGN_OR_RAISE(*out, ReadTable());
1391 return Status::OK();
1392}
1393
1394Status FileReader::ReadTable(const std::vector<int>& column_indices,
1395 std::shared_ptr<Table>* out) {

Callers 15

DoRoundtripFunction · 0.45
DoSimpleRoundtripFunction · 0.45
ReadTableFromFileMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TryReadDataFileFunction · 0.45
BenchmarkReadTableFunction · 0.45
ReadFullFileFunction · 0.45
RunMainFunction · 0.45

Calls 2

ARROW_ASSIGN_OR_RAISEFunction · 0.70
OKFunction · 0.50

Tested by 7

DoRoundtripFunction · 0.36
DoSimpleRoundtripFunction · 0.36
ReadTableFromFileMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TryReadDataFileFunction · 0.36