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

Method OrcFileFormat

cpp/src/arrow/dataset/file_orc.cc:145–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143} // namespace
144
145OrcFileFormat::OrcFileFormat() : FileFormat(/*default_fragment_scan_options=*/nullptr) {}
146
147Result<bool> OrcFileFormat::IsSupported(const FileSource& source) const {
148 RETURN_NOT_OK(source.Open().status());

Callers 3

test_orc_formatFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_orc_formatFunction · 0.64