| Package | Description |
|---|---|
| org.apache.calcite.adapter.clone |
Provides utility classes.
|
| org.apache.calcite.adapter.java |
Query provider based on Java in-memory data
structures.
|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloneSchema
Schema that contains in-memory copies of tables from a JDBC schema.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectiveSchema
Implementation of
Schema that exposes the
public fields and methods in a Java object. |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
CalciteConnectionImpl.RootSchema
Schema that has no parents.
|
(package private) class |
MetadataSchema
Schema that contains metadata tables such as "TABLES" and "COLUMNS".
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.