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, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
public DDLColumn(DDLTable table, SQLColumnDefinition column, int index)
public String getName()
getName
in interface org.apache.calcite.rel.type.RelDataTypeField
public int getIndex()
getIndex
in interface org.apache.calcite.rel.type.RelDataTypeField
public org.apache.calcite.rel.type.RelDataType getType()
getType
in interface org.apache.calcite.rel.type.RelDataTypeField
public boolean isDynamicStar()
isDynamicStar
in interface org.apache.calcite.rel.type.RelDataTypeField
public String getKey()
public org.apache.calcite.rel.type.RelDataType getValue()
Copyright © 2013–2017 Alibaba Group. All rights reserved.