Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ consume
Method
consume
ruby/red-arrow/lib/arrow/stream-decoder.rb:20–27 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
18
module Arrow
19
class StreamDecoder
20
def consume(data)
21
case data
22
when Buffer
23
consume_buffer(data)
24
else
25
consume_bytes(data)
26
end
27
end
28
end
29
end
Callers
4
DoConsume
Method · 0.45
Consume
Method · 0.45
Consume
Method · 0.45
test_consume
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_consume
Method · 0.36