Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ test_csv
Method
test_csv
c_glib/test/dataset/test-file-format.rb:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
end
22
23
def test_csv
24
assert_equal(
"csv"
, ArrowDataset::CSVFileFormat.new.type_name)
25
end
26
27
def test_ipc
28
assert_equal(
"ipc"
, ArrowDataset::IPCFileFormat.new.type_name)
Callers
nothing calls this directly
Calls
2
type_name
Method · 0.45
new
Method · 0.45
Tested by
no test coverage detected