MCPcopy Create free account
hub / github.com/apache/paimon-rust / current_time_millis

Function current_time_millis

crates/paimon/src/table/table_commit.rs:1076–1081  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1074}
1075
1076fn current_time_millis() -> u64 {
1077 SystemTime::now()
1078 .duration_since(UNIX_EPOCH)
1079 .unwrap_or_default()
1080 .as_millis() as u64
1081}
1082
1083/// Random f64 in [0, 1) using RandomState for per-process entropy.
1084fn rand_f64() -> f64 {

Callers 2

try_commitMethod · 0.85
try_commit_onceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected