Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ write
Method
write
datafusion/common/src/extensions.rs:149–151 ·
view source on GitHub ↗
(&mut self, _: &[u8])
Source
from the content-addressed store, hash-verified
147
148
impl Hasher for IdHasher {
149
fn write(&mut self, _: &[u8]) {
150
unreachable!(
"TypeId calls write_u64"
);
151
}
152
153
#[inline]
154
fn write_u64(&mut self, id: u64) {
Callers
15
generate_file
Function · 0.45
generate_file
Function · 0.45
create_parquet_file
Function · 0.45
create_plan
Function · 0.45
generate_fact_table
Function · 0.45
generate_dimension_table
Function · 0.45
generate_file
Function · 0.45
can_override_physical_expr_adapter
Function · 0.45
write_in_chunks
Function · 0.45
store_parquet
Function · 0.45
test_constant_dictionary_column_parquet
Function · 0.45
write_file
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_constant_dictionary_column_parquet
Function · 0.36
collect_plan_with_context
Function · 0.36
collect_plan_with_categories
Function · 0.36
parquet_recursive_projection_pushdown
Function · 0.36
create_writing_task
Function · 0.36
save_partitioned_batches_as_parquet
Method · 0.36
test_files
Function · 0.36
write_parquet_file
Function · 0.36
with_single_file_parquet
Method · 0.36
custom_payload_and_access_plan_coexist
Function · 0.36
store_parquet_in_memory
Function · 0.36
write_batches
Function · 0.36