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

Method test_remove_column

c_glib/test/test-table.rb:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 end
157
158 def test_remove_column
159 new_table = @table.remove_column(0)
160 assert_equal(["valid"],
161 new_table.schema.fields.collect(&:name))
162 end
163
164 def test_replace_column
165 field = Arrow::Field.new("added", Arrow::BooleanDataType.new)

Callers

nothing calls this directly

Calls 3

remove_columnMethod · 0.45
fieldsMethod · 0.45
schemaMethod · 0.45

Tested by

no test coverage detected