Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ type_scale
Method
type_scale
cpp/src/parquet/schema.cc:950–952 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
948
}
949
950
int ColumnDescriptor::type_scale() const {
951
return primitive_node_->decimal_metadata().scale;
952
}
953
954
int ColumnDescriptor::type_precision() const {
955
return primitive_node_->decimal_metadata().precision;
Callers
2
TEST_F
Function · 0.80
DebugPrint
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64