MCPcopy 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

18module 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
29end

Callers 4

DoConsumeMethod · 0.45
ConsumeMethod · 0.45
ConsumeMethod · 0.45
test_consumeMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_consumeMethod · 0.36