Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IpcFileFormat
Method
IpcFileFormat
cpp/src/arrow/dataset/file_ipc.cc:127–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
IpcFileFormat::IpcFileFormat() : FileFormat(std::make_shared<IpcFragmentScanOptions>()) {}
128
129
Result<bool> IpcFileFormat::IsSupported(const FileSource& source) const {
130
RETURN_NOT_OK(source.Open().status());
Callers
7
test_filesystem_dataset_no_filesystem_interaction
Function · 0.80
test_file_format_pickling
Function · 0.80
test_partitioning_factory_segment_encoding
Function · 0.80
test_partitioning_factory_hive_segment_encoding_key_encoded
Function · 0.80
test_ipc_format
Function · 0.80
test_feather_format
Function · 0.80
test_feather_format_compressed
Function · 0.80
Calls
no outgoing calls
Tested by
7
test_filesystem_dataset_no_filesystem_interaction
Function · 0.64
test_file_format_pickling
Function · 0.64
test_partitioning_factory_segment_encoding
Function · 0.64
test_partitioning_factory_hive_segment_encoding_key_encoded
Function · 0.64
test_ipc_format
Function · 0.64
test_feather_format
Function · 0.64
test_feather_format_compressed
Function · 0.64