| Constructor and Description |
|---|
DDLColumn(DDLTable table,
SQLColumnDefinition column,
int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
String |
getKey() |
String |
getName() |
org.apache.calcite.rel.type.RelDataType |
getType() |
org.apache.calcite.rel.type.RelDataType |
getValue() |
boolean |
isDynamicStar() |
org.apache.calcite.rel.type.RelDataType |
setValue(org.apache.calcite.rel.type.RelDataType value) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodepublic DDLColumn(DDLTable table, SQLColumnDefinition column, int index)
public String getName()
getName in interface org.apache.calcite.rel.type.RelDataTypeFieldpublic int getIndex()
getIndex in interface org.apache.calcite.rel.type.RelDataTypeFieldpublic org.apache.calcite.rel.type.RelDataType getType()
getType in interface org.apache.calcite.rel.type.RelDataTypeFieldpublic boolean isDynamicStar()
isDynamicStar in interface org.apache.calcite.rel.type.RelDataTypeFieldpublic String getKey()
public org.apache.calcite.rel.type.RelDataType getValue()
Copyright © 2013–2018 Alibaba Group. All rights reserved.