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

Method test_ipc

c_glib/test/dataset/test-file-format.rb:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 end
26
27 def test_ipc
28 assert_equal("ipc", ArrowDataset::IPCFileFormat.new.type_name)
29 end
30
31 def test_parquet
32 assert_equal("parquet", ArrowDataset::ParquetFileFormat.new.type_name)

Callers

nothing calls this directly

Calls 2

type_nameMethod · 0.45
newMethod · 0.45

Tested by

no test coverage detected