Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ precision
Method
precision
crates/paimon/src/spec/types.rs:681–683 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
679
}
680
681
pub fn precision(&self) -> u32 {
682
self.precision
683
}
684
685
pub fn scale(&self) -> u32 {
686
self.scale
Callers
15
scalar_to_datum
Function · 0.80
format_field
Function · 0.80
paimon_type_to_arrow
Function · 0.80
datum_to_vortex_lit
Function · 0.80
build_column
Function · 0.80
parquet_stats_to_datum
Function · 0.80
literal_scalar_for_parquet_filter
Function · 0.80
make_key_comparator
Function · 0.80
serialize_datum
Function · 0.80
get_datum
Method · 0.80
write_datum
Method · 0.80
extract_datum_from_arrow
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected