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

Function decimal128

cpp/src/gandiva/function_registry_common.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57inline DataTypePtr timestamp() { return arrow::timestamp(arrow::TimeUnit::MILLI); }
58inline DataTypePtr decimal128() { return arrow::decimal128(38, 0); }
59
60struct KeyHash {
61 std::size_t operator()(const FunctionSignature* k) const { return k->Hash(); }

Callers 10

VisitMethod · 0.70
MakeTypeFunction · 0.70
VisitMethod · 0.70
MakeDecimalLiteralMethod · 0.70
AddArrowTypesToVectorFunction · 0.70
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40