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

Function decimal256

cpp/src/arrow/type.cc:3368–3370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3366}
3367
3368std::shared_ptr<DataType> decimal256(int32_t precision, int32_t scale) {
3369 return std::make_shared<Decimal256Type>(precision, scale);
3370}
3371
3372std::string Decimal32Type::ToString(bool show_metadata) const {
3373 std::stringstream s;

Callers 15

TestSessionFunction · 0.85
smallest_decimalFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
json_internal.ccFile · 0.85
TESTFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85

Calls

no outgoing calls

Tested by 15

TestSessionFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
ASSERT_OK_AND_ASSIGNFunction · 0.68
TEST_PFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68