| Constructor and Description | 
|---|
| ColumnDefinition(org.apache.calcite.sql.SqlIdentifier name,
                org.apache.calcite.sql.SqlDataTypeSpec type,
                ColumnConstraint constraint,
                org.apache.calcite.sql.parser.SqlParserPos pos) | 
| Modifier and Type | Method and Description | 
|---|---|
| ColumnConstraint | constraint() | 
| String | name() | 
| org.apache.calcite.sql.SqlDataTypeSpec | type() | 
accept, add, clone, equalsDeep, get, getList, isEmptyList, iterator, set, size, toArray, unparse, validate, validateExprclone, cloneArray, equalDeep, equalDeep, equalsDeep, findValidOptions, getKind, getMonotonicity, getParserPosition, isA, toSqlString, toSqlString, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ColumnDefinition(org.apache.calcite.sql.SqlIdentifier name,
                        org.apache.calcite.sql.SqlDataTypeSpec type,
                        ColumnConstraint constraint,
                        org.apache.calcite.sql.parser.SqlParserPos pos)
public String name()
public org.apache.calcite.sql.SqlDataTypeSpec type()
public ColumnConstraint constraint()
Copyright © 2020 The Apache Software Foundation. All rights reserved.