|
static final Logger | MAPDLOGGER = LoggerFactory.getLogger(MapDView.class) |
|
static final Logger | MAPDLOGGER = LoggerFactory.getLogger(MapDTable.class) |
|
Definition at line 39 of file MapDView.java.
com.mapd.calcite.parser.MapDView.MapDView |
( |
String |
view_sql, |
|
|
TTableDetails |
ri, |
|
|
MapDParser |
mp |
|
) |
| |
|
inline |
Schema.TableType com.mapd.calcite.parser.MapDView.getJdbcTableType |
( |
| ) |
|
|
inline |
Definition at line 75 of file MapDView.java.
76 return Schema.TableType.VIEW;
RelDataType com.mapd.calcite.parser.MapDView.getRowType |
( |
RelDataTypeFactory |
rdtf | ) |
|
|
inline |
Definition at line 85 of file MapDView.java.
86 return viewRelRoot.validatedRowType;
String com.mapd.calcite.parser.MapDView.getViewSql |
( |
| ) |
|
|
inlinepackage |
RelNode com.mapd.calcite.parser.MapDView.toRel |
( |
RelOptTable.ToRelContext |
context, |
|
|
RelOptTable |
relOptTable |
|
) |
| |
|
inline |
String com.mapd.calcite.parser.MapDView.toString |
( |
| ) |
|
|
inline |
final Logger com.mapd.calcite.parser.MapDView.MAPDLOGGER = LoggerFactory.getLogger(MapDView.class) |
|
staticpackage |
RelRoot com.mapd.calcite.parser.MapDView.viewRelRoot |
|
private |
final String com.mapd.calcite.parser.MapDView.viewSql |
|
private |
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/java/calcite/src/main/java/com/mapd/calcite/parser/MapDView.java