Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_mode
Method
test_mode
c_glib/test/test-round-binary-options.rb:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
end
24
25
def test_mode
26
assert_equal(Arrow::RoundMode::HALF_TO_EVEN, @options.mode)
27
@options.mode = :down
28
assert_equal(Arrow::RoundMode::DOWN, @options.mode)
29
end
30
31
def test_round_binary_function
32
args = [
Callers
nothing calls this directly
Calls
1
mode
Method · 0.45
Tested by
no test coverage detected