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

Method test_add_column_name

c_glib/test/test-csv-reader.rb:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 end
214
215 def test_add_column_name
216 options = Arrow::CSVReadOptions.new
217 column_names = ["message", "count"]
218 options.column_names = column_names
219 options.add_column_name("score")
220 assert_equal(column_names + ["score"], options.column_names)
221 end
222
223 def test_generate_column_names
224 options = Arrow::CSVReadOptions.new

Callers

nothing calls this directly

Calls 2

newMethod · 0.45
column_namesMethod · 0.45

Tested by

no test coverage detected