Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Visit
Method · 0.45
AddFastPath
Method · 0.45
AddWithOverflowCheck
Method · 0.45
AddLarge
Method · 0.45
BuildAdd
Method · 0.45
BuildCompare
Method · 0.45
BuildJIT
Function · 0.45
Register
Method · 0.45
operator==
Function · 0.45
operator-
Function · 0.45
operator()
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
MakeDecimalVector
Method · 0.36