| Package | Description |
|---|---|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| Modifier and Type | Method and Description |
|---|---|
static RelOptTableImpl |
RelOptTableImpl.create(RelOptSchema schema,
RelDataType rowType,
CalciteSchema.TableEntry tableEntry,
Double rowCount) |
static RelOptTableImpl |
RelOptTableImpl.create(RelOptSchema schema,
RelDataType rowType,
List<String> names,
Expression expression) |
static RelOptTableImpl |
RelOptTableImpl.create(RelOptSchema schema,
RelDataType rowType,
Table table) |
RelOptTableImpl |
CalciteCatalogReader.getTable(List<String> names) |
RelOptTableImpl |
CalciteCatalogReader.getTableForMember(List<String> names) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.