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

Method next

datafusion/common/src/alias.rs:51–54  ·  view source on GitHub ↗

Return a unique alias with the provided prefix

(&self, prefix: &str)

Source from the content-addressed store, hash-verified

49
50 /// Return a unique alias with the provided prefix
51 pub fn next(&self, prefix: &str) -> String {
52 let id = self.next_id.fetch_add(1, Ordering::Relaxed);
53 format!("{prefix}_{id}")
54 }
55}

Callers 15

format_partFunction · 0.45
same_runtimeFunction · 0.45
different_runtime_basicFunction · 0.45
with_exprs_and_inputsMethod · 0.45
deserialize_to_structFunction · 0.45
with_exprs_and_inputsMethod · 0.45
executeMethod · 0.45
parquet_exec_visitorFunction · 0.45
catalogFunction · 0.45
read_encryptedFunction · 0.45

Calls

no outgoing calls