MCPcopy 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

forMethod · 0.80
to_sMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected