Package org.apache.calcite.jdbc
Class CalciteSchema.TableEntryImpl
java.lang.Object
org.apache.calcite.jdbc.CalciteSchema.Entry
org.apache.calcite.jdbc.CalciteSchema.TableEntry
org.apache.calcite.jdbc.CalciteSchema.TableEntryImpl
- Enclosing class:
CalciteSchema
Implementation of
CalciteSchema.TableEntry
where all properties are held in fields.-
Field Summary
Fields inherited from class org.apache.calcite.jdbc.CalciteSchema.TableEntry
sqls
Fields inherited from class org.apache.calcite.jdbc.CalciteSchema.Entry
name, schema
-
Constructor Summary
ConstructorDescriptionTableEntryImpl
(CalciteSchema schema, String name, Table table, com.google.common.collect.ImmutableList<String> sqls) Creates a TableEntryImpl. -
Method Summary
Methods inherited from class org.apache.calcite.jdbc.CalciteSchema.Entry
path
-
Constructor Details
-
TableEntryImpl
public TableEntryImpl(CalciteSchema schema, String name, Table table, com.google.common.collect.ImmutableList<String> sqls) Creates a TableEntryImpl.
-
-
Method Details
-
getTable
- Specified by:
getTable
in classCalciteSchema.TableEntry
-