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

Method sorting_columns

cpp/src/parquet/metadata.cc:729–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727}
728
729std::vector<SortingColumn> RowGroupMetaData::sorting_columns() const {
730 return impl_->sorting_columns();
731}
732
733// Replace string data with random-generated uppercase characters
734static void Scrub(std::string* s) {

Callers 7

FinishMethod · 0.45
TEST_PFunction · 0.45
BuilderFunction · 0.45
TESTFunction · 0.45
DebugPrintMethod · 0.45
JSONPrintMethod · 0.45
FuzzReaderFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.36
TESTFunction · 0.36