Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ open
Method
open
dev/release/binary-task.rb:727–734 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
725
class HTTPClientPool
726
class << self
727
def open(*args)
728
pool = new(*args)
729
begin
730
yield(pool)
731
ensure
732
pool.close
733
end
734
end
735
end
736
737
def initialize(*args)
Callers
15
setup
Method · 0.45
test_file_descriptor
Method · 0.45
test_reader_backend
Method · 0.45
test_write_record_batch
Method · 0.45
test_write_table
Method · 0.45
test_footer_custom_metadata
Method · 0.45
test_create
Method · 0.45
test_append
Method · 0.45
setup
Method · 0.45
setup
Method · 0.45
test_write_record_batch
Method · 0.45
test_export
Method · 0.45
Calls
1
close
Method · 0.45
Tested by
15
setup
Method · 0.36
test_file_descriptor
Method · 0.36
test_reader_backend
Method · 0.36
test_write_record_batch
Method · 0.36
test_write_table
Method · 0.36
test_footer_custom_metadata
Method · 0.36
test_create
Method · 0.36
test_append
Method · 0.36
setup
Method · 0.36
setup
Method · 0.36
test_write_record_batch
Method · 0.36
test_export
Method · 0.36