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