MCPcopy Create free account
hub / github.com/apache/arrow-rs / clone

Method clone

arrow-array/src/array/run_array.rs:91–97  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

89
90impl<R: RunEndIndexType> Clone for RunArray<R> {
91 fn clone(&self) -> Self {
92 Self {
93 data_type: self.data_type.clone(),
94 run_ends: self.run_ends.clone(),
95 values: self.values.clone(),
96 }
97 }
98}
99
100impl<R: RunEndIndexType> RunArray<R> {

Callers 15

avro_writer.rsFile · 0.45
ocf_size_for_batchFunction · 0.45
bench_writer_scenarioFunction · 0.45
create_avro_test_fileFunction · 0.45
new_decoderFunction · 0.45
new_decoder_idFunction · 0.45
make_encoded_rowsFunction · 0.45
field_with_nameMethod · 0.45
parse_default_literalMethod · 0.45
with_utf8viewMethod · 0.45
data_typeMethod · 0.45
union_first_duplicateFunction · 0.45

Calls

no outgoing calls