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

Method test_buffer_size

c_glib/test/test-tdigest-options.rb:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 end
30
31 def test_buffer_size
32 assert_equal(500, @options.buffer_size)
33 @options.buffer_size = 1000
34 assert_equal(1000, @options.buffer_size)
35 end
36
37 def test_skip_nulls
38 assert do

Callers

nothing calls this directly

Calls 1

buffer_sizeMethod · 0.45

Tested by

no test coverage detected