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

Method test_export

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

Source from the content-addressed store, hash-verified

69 end
70
71 def test_export
72 require_gi_bindings(3, 4, 8)
73 success, c_abi_array, c_abi_schema = @record_batch.export
74 schema = Arrow::Schema.import(c_abi_schema)
75 assert_equal([success, @record_batch],
76 [true, Arrow::RecordBatch.import(c_abi_array, schema)])
77 end
78
79 sub_test_case("#equal") do
80 def setup

Callers

nothing calls this directly

Calls 1

importMethod · 0.45

Tested by

no test coverage detected