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

Function decimal64

cpp/src/arrow/type.cc:3360–3362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3358}
3359
3360std::shared_ptr<DataType> decimal64(int32_t precision, int32_t scale) {
3361 return std::make_shared<Decimal64Type>(precision, scale);
3362}
3363
3364std::shared_ptr<DataType> decimal128(int32_t precision, int32_t scale) {
3365 return std::make_shared<Decimal128Type>(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