MCPcopy 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
954int ColumnDescriptor::type_precision() const {
955 return primitive_node_->decimal_metadata().precision;
956}
957
958int ColumnDescriptor::type_length() const { return primitive_node_->type_length(); }
959

Callers 2

TEST_FFunction · 0.80
DebugPrintMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64