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

Method setup

c_glib/test/test-dictionary-array-builder.rb:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 include Helper::Buildable
20
21 def setup
22 @values = [
23 *%w(foo bar foo),
24 nil,
25 *%w(foo baz bar baz baz)
26 ]
27 end
28
29 sub_test_case("BinaryDictionaryArrayBuilder") do
30 sub_test_case("constructed from empty") do

Callers

nothing calls this directly

Calls 5

mapMethod · 0.80
indexMethod · 0.45
newMethod · 0.45
value_data_typeMethod · 0.45
eachMethod · 0.45

Tested by

no test coverage detected