MCPcopy 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 */
31public interface Source {
32 URL url();
33 File file();
34 Optional<File> fileOpt();
35 String path();

Callers 12

testRelativeFileToUrlMethod · 0.65
testAbsoluteFileToUrlMethod · 0.65
testAppendWithSpacesMethod · 0.65
testAppendHttpMethod · 0.65
assertAppendUrlMethod · 0.65
testSpaceInUrlMethod · 0.65
appendMethod · 0.65
relativeMethod · 0.65
testFileReaderMalUrlMethod · 0.65
deduceRowTypeMethod · 0.65
getTableMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 8

testRelativeFileToUrlMethod · 0.52
testAbsoluteFileToUrlMethod · 0.52
testAppendWithSpacesMethod · 0.52
testAppendHttpMethod · 0.52
assertAppendUrlMethod · 0.52
testSpaceInUrlMethod · 0.52
testFileReaderMalUrlMethod · 0.52