MCPcopy Create free account
hub / github.com/apache/calcite / file

Method file

core/src/main/java/org/apache/calcite/util/Source.java:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31public interface Source {
32 URL url();
33 File file();
34 Optional<File> fileOpt();
35 String path();
36 Reader reader() throws IOException;

Callers 15

testSpaceInUrlMethod · 0.95
testRelativeMethod · 0.95
build.gradle.ktsFile · 0.65
hasGitMethod · 0.65
resourcePathMethod · 0.65
InnodbAdapterTestClass · 0.65
initializeArrowStateMethod · 0.65
initializeArrowStateMethod · 0.65
FmppTaskClass · 0.65
PigAdapterTestClass · 0.65

Implementers 2

GuavaCharSourcecore/src/main/java/org/apache/calcite/
FileSourcecore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 15

testSpaceInUrlMethod · 0.76
testRelativeMethod · 0.76
hasGitMethod · 0.52
resourcePathMethod · 0.52
initializeArrowStateMethod · 0.52
initializeArrowStateMethod · 0.52
testRelativeFileToUrlMethod · 0.52
testAppendWithSpacesMethod · 0.52
testAppendHttpMethod · 0.52
assertAppendMethod · 0.52