MCPcopy Create free account
hub / github.com/apache/arrow / write

Method write

ruby/red-arrow/lib/arrow/jruby/writable.rb:20–22  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

18module Arrow
19 module Writable
20 def write(data)
21 raise NotImplementedError
22 end
23 end
24end

Callers 7

setupMethod · 0.45
test_defaultMethod · 0.45
test_options_appendMethod · 0.45
test_append_trueMethod · 0.45
test_append_falseMethod · 0.45
test_jsonMethod · 0.45
TableTestClass · 0.45

Calls

no outgoing calls

Tested by 6

setupMethod · 0.36
test_defaultMethod · 0.36
test_options_appendMethod · 0.36
test_append_trueMethod · 0.36
test_append_falseMethod · 0.36
test_jsonMethod · 0.36