public abstract static class CalciteSchema.TableEntry extends CalciteSchema.Entry
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<String> |
sqls |
name, schema| Constructor and Description |
|---|
TableEntry(CalciteSchema schema,
String name,
com.google.common.collect.ImmutableList<String> sqls) |
| Modifier and Type | Method and Description |
|---|---|
abstract Table |
getTable() |
pathpublic final com.google.common.collect.ImmutableList<String> sqls
public TableEntry(CalciteSchema schema, String name, com.google.common.collect.ImmutableList<String> sqls)
public abstract Table getTable()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.