MCPcopy Index your code
hub / github.com/apache/orc / getFileSystem

Method getFileSystem

java/core/src/java/org/apache/orc/impl/ReaderImpl.java:603–610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

601 }
602
603 protected FileSystem getFileSystem() throws IOException {
604 FileSystem fileSystem = options.getFilesystem();
605 if (fileSystem == null) {
606 fileSystem = path.getFileSystem(options.getConfiguration());
607 options.filesystem(fileSystem);
608 }
609 return fileSystem;
610 }
611
612 protected Supplier<FileSystem> getFileSystemSupplier() {
613 return () -> {

Callers 15

ReaderImplMethod · 0.95
getFileSystemSupplierMethod · 0.95
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
getReaderMethod · 0.45
getAllFilesInPathMethod · 0.45
printMetaDataImplMethod · 0.45
recoverFilesMethod · 0.45
printJsonMetaDataMethod · 0.45
mainMethod · 0.45
FileInformationMethod · 0.45

Calls 3

getFilesystemMethod · 0.80
filesystemMethod · 0.80
getConfigurationMethod · 0.65