MCPcopy 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_datumFunction · 0.80
format_fieldFunction · 0.80
paimon_type_to_arrowFunction · 0.80
datum_to_vortex_litFunction · 0.80
build_columnFunction · 0.80
parquet_stats_to_datumFunction · 0.80
make_key_comparatorFunction · 0.80
serialize_datumFunction · 0.80
get_datumMethod · 0.80
write_datumMethod · 0.80
extract_datum_from_arrowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected