Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ convert_buffer
Method
convert_buffer
ruby/red-arrow-format/test/test-writer.rb:136–139 ·
view source on GitHub ↗
(buffer)
Source
from the content-addressed store, hash-verified
134
end
135
136
def convert_buffer(buffer)
137
return nil if buffer.nil?
138
IO::Buffer.for(buffer.data.to_s.dup)
139
end
140
141
def convert_array(red_arrow_array)
142
type = convert_type(red_arrow_array.value_data_type)
Callers
nothing calls this directly
Calls
3
for
Method · 0.80
to_s
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected