Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ url
Method
url
core/src/main/java/org/apache/calcite/util/Source.java:32–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
*/
31
public
interface
Source {
32
URL url();
33
File file();
34
Optional<File> fileOpt();
35
String path();
Callers
12
testRelativeFileToUrl
Method · 0.65
testAbsoluteFileToUrl
Method · 0.65
testAppendWithSpaces
Method · 0.65
testAppendHttp
Method · 0.65
assertAppendUrl
Method · 0.65
testSpaceInUrl
Method · 0.65
testSpaceInRelativeUrl
Method · 0.65
append
Method · 0.65
relative
Method · 0.65
testFileReaderMalUrl
Method · 0.65
deduceRowType
Method · 0.65
getTable
Method · 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
8
testRelativeFileToUrl
Method · 0.52
testAbsoluteFileToUrl
Method · 0.52
testAppendWithSpaces
Method · 0.52
testAppendHttp
Method · 0.52
assertAppendUrl
Method · 0.52
testSpaceInUrl
Method · 0.52
testSpaceInRelativeUrl
Method · 0.52
testFileReaderMalUrl
Method · 0.52