MCPcopy 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
127IpcFileFormat::IpcFileFormat() : FileFormat(std::make_shared<IpcFragmentScanOptions>()) {}
128
129Result<bool> IpcFileFormat::IsSupported(const FileSource& source) const {
130 RETURN_NOT_OK(source.Open().status());

Calls

no outgoing calls