| Package | Description |
|---|---|
| org.apache.calcite.adapter.java |
Query provider based on Java in-memory data
structures.
|
| org.apache.calcite.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQueryableTable
Abstract base class for implementing
Table. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModifiableTable
A table that can be modified.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaterializedViewTable
Table that is a materialized view.
|
class |
ViewTable
Table whose contents are defined using an SQL statement.
|
| Modifier and Type | Field and Description |
|---|---|
QueryableTable |
AbstractTableQueryable.table |
| Constructor and Description |
|---|
AbstractTableQueryable(QueryProvider queryProvider,
SchemaPlus schema,
QueryableTable table,
String tableName) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.