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

Method test_remove_column

c_glib/test/test-record-batch.rb:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 end
179
180 def test_remove_column
181 new_record_batch = @record_batch.remove_column(0)
182 assert_equal(["valid"],
183 new_record_batch.schema.fields.collect(&:name))
184 end
185
186 def test_serialize
187 buffer = @record_batch.serialize

Callers

nothing calls this directly

Calls 3

remove_columnMethod · 0.45
fieldsMethod · 0.45
schemaMethod · 0.45

Tested by

no test coverage detected