MCPcopy Create free account
hub / github.com/apache/arrow / SmallestDecimal__initialize

Function SmallestDecimal__initialize

r/src/datatype.cpp:217–220  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

215
216// [[arrow::export]]
217std::shared_ptr<arrow::DataType> SmallestDecimal__initialize(int32_t precision,
218 int32_t scale) {
219 return arrow::smallest_decimal(precision, scale);
220}
221
222// [[arrow::export]]
223std::shared_ptr<arrow::DataType> DayTimeInterval__initialize() {

Callers 1

Calls 1

smallest_decimalFunction · 0.85

Tested by

no test coverage detected