Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
impl<N: NormalizeEq> Clone for Identifier<'_, N> {
88
fn clone(&self) -> Self {
89
*self
90
}
91
}
92
impl<N: NormalizeEq> Copy for Identifier<'_, N> {}
93
Callers
15
make_distinct_data
Function · 0.45
criterion_benchmark
Function · 0.45
generate_strings
Function · 0.45
generate_primitive
Function · 0.45
criterion_benchmark
Function · 0.45
criterion_benchmark
Function · 0.45
criterion_benchmark
Function · 0.45
register_defs
Function · 0.45
benchmark_with_param_values_many_columns
Function · 0.45
create_context
Function · 0.45
generate_test_file
Function · 0.45
criterion_benchmark
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_create_window_expr_unwraps_alias_with_metadata
Function · 0.36
test_create_not
Function · 0.36
test_csv_scan_with_name
Function · 0.36
test_create_using_non_std_file_ext_csv_options
Function · 0.36
test_create_using_folder_with_compression
Function · 0.36
test_statistics_cache_prewarming
Function · 0.36
test_with_projection
Function · 0.36
test_without_projection
Function · 0.36
test_invalid_projection
Function · 0.36
experiment
Function · 0.36
test_insert_into_single_partition
Function · 0.36
test_insert_into_single_partition_with_multi_partition
Function · 0.36