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

Method path

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

Source from the content-addressed store, hash-verified

33 File file();
34 Optional<File> fileOpt();
35 String path();
36 Reader reader() throws IOException;
37 InputStream openStream() throws IOException;
38 String protocol();

Callers 15

addTableMethod · 0.95
createTableMapMethod · 0.65
deduceTableMapMethod · 0.65
toRelMethod · 0.65
createMethod · 0.65
populateMethod · 0.65
monikerMethod · 0.65
createCatalogReaderMethod · 0.65
optimizeMethod · 0.65

Implementers 2

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

Calls

no outgoing calls