Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
public
interface
Source {
32
URL url();
33
File file();
34
Optional<File> fileOpt();
35
String path();
36
Reader reader() throws IOException;
Callers
15
testSpaceInUrl
Method · 0.95
testSpaceInRelativeUrl
Method · 0.95
testRelative
Method · 0.95
build.gradle.kts
File · 0.65
hasGit
Method · 0.65
resourcePath
Method · 0.65
InnodbAdapterDataTypesTest
Class · 0.65
InnodbAdapterTest
Class · 0.65
initializeArrowState
Method · 0.65
initializeArrowState
Method · 0.65
FmppTask
Class · 0.65
PigAdapterTest
Class · 0.65
Implementers
2
GuavaCharSource
core/src/main/java/org/apache/calcite/
FileSource
core/src/main/java/org/apache/calcite/
Calls
no outgoing calls
Tested by
15
testSpaceInUrl
Method · 0.76
testSpaceInRelativeUrl
Method · 0.76
testRelative
Method · 0.76
hasGit
Method · 0.52
resourcePath
Method · 0.52
initializeArrowState
Method · 0.52
initializeArrowState
Method · 0.52
getFullPathForTestDataFile
Method · 0.52
testRelativeFileToUrl
Method · 0.52
testAppendWithSpaces
Method · 0.52
testAppendHttp
Method · 0.52
assertAppend
Method · 0.52