public static class CalciteSchema.TableEntryImpl extends CalciteSchema.TableEntry
CalciteSchema.TableEntry
where all properties are held in fields.| Modifier and Type | Field and Description |
|---|---|
private Table |
table |
sqlsname, schema| Constructor and Description |
|---|
TableEntryImpl(CalciteSchema schema,
String name,
Table table,
com.google.common.collect.ImmutableList<String> sqls)
Creates a TableEntryImpl.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
getTable() |
pathprivate final Table table
public TableEntryImpl(CalciteSchema schema, String name, Table table, com.google.common.collect.ImmutableList<String> sqls)
public Table getTable()
getTable in class CalciteSchema.TableEntryCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.