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

Method sorting_columns

cpp/src/parquet/metadata.cc:725–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725std::vector<SortingColumn> RowGroupMetaData::sorting_columns() const {
726 return impl_->sorting_columns();
727}
728
729// Replace string data with random-generated uppercase characters
730static 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