Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_size
Method
test_size
c_glib/test/test-file-input-stream.rb:47–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
end
46
47
def test_size
48
input = Arrow::FileInputStream.new(@tempfile.path)
49
begin
50
assert_equal(@data.bytesize, input.size)
51
ensure
52
input.close
53
end
54
end
55
56
def test_read
57
input = Arrow::FileInputStream.new(@tempfile.path)
Callers
nothing calls this directly
Calls
4
new
Method · 0.45
path
Method · 0.45
size
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected