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

Method low

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

Source from the content-addressed store, hash-verified

97
98 llvm::Value* high() const { return high_; }
99 llvm::Value* low() const { return low_; }
100
101 private:
102 llvm::Value* high_;

Callers 4

AddLargeMethod · 0.80
BuildCompareMethod · 0.80
CallDecimalFunctionMethod · 0.80
AddTrace128Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected