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

Function swap

cpp/src/generated/parquet_types.cpp:689–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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
PermuteFunction · 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