Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ open_input
Method
open_input
c_glib/test/test-json-reader.rb:23–26 ·
view source on GitHub ↗
(json)
Source
from the content-addressed store, hash-verified
21
22
sub_test_case(
"#read"
) do
23
def open_input(json)
24
buffer = Arrow::Buffer.new(json)
25
Arrow::BufferInputStream.new(buffer)
26
end
27
28
def test_default
29
table = Arrow::JSONReader.new(open_input(<<-JSON))
Callers
nothing calls this directly
Calls
1
new
Method · 0.45
Tested by
no test coverage detected