MCPcopy Create free account
hub / github.com/apache/datafusion / clone

Method clone

datafusion/common/src/cse.rs:88–90  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

86
87impl<N: NormalizeEq> Clone for Identifier<'_, N> {
88 fn clone(&self) -> Self {
89 *self
90 }
91}
92impl<N: NormalizeEq> Copy for Identifier<'_, N> {}
93

Callers 15

make_distinct_dataFunction · 0.45
criterion_benchmarkFunction · 0.45
generate_stringsFunction · 0.45
generate_primitiveFunction · 0.45
criterion_benchmarkFunction · 0.45
criterion_benchmarkFunction · 0.45
criterion_benchmarkFunction · 0.45
register_defsFunction · 0.45
create_contextFunction · 0.45
generate_test_fileFunction · 0.45
criterion_benchmarkFunction · 0.45

Calls

no outgoing calls