Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ of
Method
of
core/src/main/java/org/apache/calcite/util/Sources.java:47–49 ·
view source on GitHub ↗
(File file)
Source
from the content-addressed store, hash-verified
45
private
Sources() {}
46
47
public
static
Source of(File file) {
48
return
new
FileSource(file);
49
}
50
51
public
static
Source of(URL url) {
52
return
new
FileSource(url);
Callers
15
hasGit
Method · 0.95
resourcePath
Method · 0.95
createTableMap
Method · 0.95
create
Method · 0.95
InnodbAdapterDataTypesTest
Class · 0.95
InnodbAdapterTest
Class · 0.95
initializeArrowState
Method · 0.95
initializeArrowState
Method · 0.95
deduceTableMap
Method · 0.95
PigAdapterTest
Class · 0.95
getFullPathForTestDataFile
Method · 0.95
testPopulateRootSchemaFromURL
Method · 0.95
Calls
2
fromCharSource
Method · 0.95
wrap
Method · 0.45
Tested by
15
hasGit
Method · 0.76
resourcePath
Method · 0.76
initializeArrowState
Method · 0.76
initializeArrowState
Method · 0.76
getFullPathForTestDataFile
Method · 0.76
testPopulateRootSchemaFromURL
Method · 0.76
testNoCommonsLang3Import
Method · 0.76
testProgramWorks
Method · 0.76
checkSortSpec
Method · 0.76
testSeveralSources
Method · 0.76
withDefaultInput
Method · 0.76
testRelativeFileToUrl
Method · 0.76