| 限定符和类型 | 字段和说明 |
|---|---|
private SQLColumnDefinition |
column |
private int |
index |
private String |
name |
private DDLTable |
table |
| 构造器和说明 |
|---|
DDLColumn(DDLTable table,
SQLColumnDefinition column,
int index) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodeprivate DDLTable table
private final SQLColumnDefinition column
private final int index
private final String name
public DDLColumn(DDLTable table, SQLColumnDefinition column, int index)
public String getName()
getName 在接口中 org.apache.calcite.rel.type.RelDataTypeFieldpublic int getIndex()
getIndex 在接口中 org.apache.calcite.rel.type.RelDataTypeFieldpublic org.apache.calcite.rel.type.RelDataType getType()
getType 在接口中 org.apache.calcite.rel.type.RelDataTypeFieldpublic boolean isDynamicStar()
isDynamicStar 在接口中 org.apache.calcite.rel.type.RelDataTypeFieldpublic String getKey()
public org.apache.calcite.rel.type.RelDataType getValue()
Copyright © 2013–2019 Alibaba Group. All rights reserved.