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

Method new

ruby/red-arrow/lib/arrow/array.rb:28–33  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

26
27 class << self
28 def new(*args)
29 _builder_class = builder_class
30 return super if _builder_class.nil?
31 return super unless _builder_class.buildable?(args)
32 _builder_class.build(*args)
33 end
34
35 def builder_class
36 local_name = name.split("::").last

Callers 15

test_typeMethod · 0.45
test_signed?Method · 0.45
test_nameMethod · 0.45
test_to_sMethod · 0.45
setupMethod · 0.45
open_inputMethod · 0.45
test_defaultMethod · 0.45
setupMethod · 0.45
test_ignoreMethod · 0.45
test_errorMethod · 0.45
test_infer_typeMethod · 0.45
test_chunked_arrayMethod · 0.45

Calls 2

buildable?Method · 0.45
buildMethod · 0.45

Tested by 15

test_typeMethod · 0.36
test_signed?Method · 0.36
test_nameMethod · 0.36
test_to_sMethod · 0.36
setupMethod · 0.36
open_inputMethod · 0.36
test_defaultMethod · 0.36
setupMethod · 0.36
test_ignoreMethod · 0.36
test_errorMethod · 0.36
test_infer_typeMethod · 0.36
test_chunked_arrayMethod · 0.36