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

Method subSchemas

core/src/main/java/org/apache/calcite/schema/Schema.java:77–77  ·  view source on GitHub ↗

Returns a lookup object to find sub schemas. @return Lookup

()

Source from the content-addressed store, hash-verified

75 * @return Lookup
76 */
77 default Lookup<? extends Schema> subSchemas() {
78 return new CompatibilityLookup<>(this::getSubSchema, this::getSubSchemaNames);
79 }
80

Callers 13

pathMethod · 0.95
configMethod · 0.65
subSchemasMethod · 0.65
getSubSchemaNamesMethod · 0.65
subSchemasMethod · 0.65
subSchemasMethod · 0.65
subSchemasMethod · 0.65
executeMethod · 0.65
addMaterializedViewsMethod · 0.65
addSchemaIfNotExistsMethod · 0.65
executeMethod · 0.65
connectMethod · 0.65

Implementers 7

JdbcBaseSchemacore/src/main/java/org/apache/calcite/
AbstractSchemacore/src/main/java/org/apache/calcite/
DelegatingSchemacore/src/main/java/org/apache/calcite/
MySchemaPluscore/src/main/java/org/apache/calcite/
SchemaPlusImplcore/src/main/java/org/apache/calcite/
SchemaImplcore/src/main/java/org/apache/calcite/
JdbcSchemacore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 5

configMethod · 0.52
addSchemaIfNotExistsMethod · 0.52
executeMethod · 0.52
connectMethod · 0.52
testMatchQueryMethod · 0.52