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

Function swap

cpp/src/generated/parquet_types.cpp:687–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685
686
687void swap(SizeStatistics &a, SizeStatistics &b) {
688 using ::std::swap;
689 swap(a.unencoded_byte_array_data_bytes, b.unencoded_byte_array_data_bytes);
690 swap(a.repetition_level_histogram, b.repetition_level_histogram);
691 swap(a.definition_level_histogram, b.definition_level_histogram);
692 swap(a.__isset, b.__isset);
693}
694
695bool SizeStatistics::operator==(const SizeStatistics & rhs) const
696{

Callers 15

statusMethod · 0.85
TEST_FFunction · 0.85
ConvertColumnMajorTensorFunction · 0.85
swapMethod · 0.85
swapMethod · 0.85
GenerateTerminatorMethod · 0.85
OutputResultMethod · 0.85
RandomMethod · 0.85
GenShuffleFunction · 0.85
UlpDistanceMethod · 0.85

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.68
RandomMethod · 0.68
GenShuffleFunction · 0.68
TESTFunction · 0.68
SwapListViewFunction · 0.68