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

Function decimal32

cpp/src/arrow/type.cc:3356–3358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3354}
3355
3356std::shared_ptr<DataType> decimal32(int32_t precision, int32_t scale) {
3357 return std::make_shared<Decimal32Type>(precision, scale);
3358}
3359
3360std::shared_ptr<DataType> decimal64(int32_t precision, int32_t scale) {
3361 return std::make_shared<Decimal64Type>(precision, scale);

Callers 15

smallest_decimalFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
json_internal.ccFile · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
SwappableTypesFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
SwappableTypesFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68