Package org.apache.calcite.jdbc
Class CalciteSchema.TableEntry
java.lang.Object
org.apache.calcite.jdbc.CalciteSchema.Entry
org.apache.calcite.jdbc.CalciteSchema.TableEntry
- Direct Known Subclasses:
CalciteSchema.TableEntryImpl
- Enclosing class:
CalciteSchema
Membership of a table in a schema.
-
Field Summary
Fields inherited from class org.apache.calcite.jdbc.CalciteSchema.Entry
name, schema
-
Constructor Summary
ModifierConstructorDescriptionprotected
TableEntry
(CalciteSchema schema, String name, com.google.common.collect.ImmutableList<String> sqls) -
Method Summary
Methods inherited from class org.apache.calcite.jdbc.CalciteSchema.Entry
path
-
Field Details
-
sqls
-
-
Constructor Details
-
TableEntry
protected TableEntry(CalciteSchema schema, String name, com.google.common.collect.ImmutableList<String> sqls)
-
-
Method Details
-
getTable
-