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

Method scale

crates/paimon/src/spec/types.rs:685–687  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

683 }
684
685 pub fn scale(&self) -> u32 {
686 self.scale
687 }
688
689 pub fn family(&self) -> DataTypeFamily {
690 DataTypeFamily::PREDEFINED | DataTypeFamily::NUMERIC | DataTypeFamily::EXACT_NUMERIC

Callers 10

scalar_to_datumFunction · 0.80
paimon_type_to_arrowFunction · 0.80
build_columnFunction · 0.80
get_datumMethod · 0.80
extract_datum_from_arrowFunction · 0.80
downcast_columnsFunction · 0.80
copy_with_nullableMethod · 0.80
format_partition_valueFunction · 0.80
extract_datumFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected