public abstract static class CalciteSchema.TableEntry extends CalciteSchema.Entry
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<String> |
sqls |
name, schema| Modifier | Constructor and Description |
|---|---|
protected |
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
protected TableEntry(CalciteSchema schema, String name, com.google.common.collect.ImmutableList<String> sqls)
public abstract Table getTable()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.