MCPcopy 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
950int ColumnDescriptor::type_scale() const {
951 return primitive_node_->decimal_metadata().scale;
952}
953
954int ColumnDescriptor::type_precision() const {
955 return primitive_node_->decimal_metadata().precision;

Callers 2

TEST_FFunction · 0.80
DebugPrintMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64