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

Method value

cpp/src/gandiva/decimal_ir.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 : value_(value), precision_(precision), scale_(scale) {}
53
54 llvm::Value* value() const { return value_; }
55 llvm::Value* precision() const { return precision_; }
56 llvm::Value* scale() const { return scale_; }
57

Callers 15

VisitMethod · 0.45
AddFastPathMethod · 0.45
AddWithOverflowCheckMethod · 0.45
AddLargeMethod · 0.45
BuildAddMethod · 0.45
BuildCompareMethod · 0.45
BuildJITFunction · 0.45
RegisterMethod · 0.45
operator==Function · 0.45
operator-Function · 0.45
operator()Method · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
MakeDecimalVectorMethod · 0.36