| 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.adapter.jdbc |
Query provider based on a JDBC data source.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CloneSchema.Factory
Schema factory that creates a
CloneSchema. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ReflectiveSchema.Factory
Factory that creates a schema by instantiating an object and looking at
its public fields.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
JdbcSchema.Factory
Schema factory that creates a
JdbcSchema. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.