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, validateExpr
clone, cloneArray, equalDeep, equalDeep, equalsDeep, findValidOptions, getKind, getMonotonicity, getParserPosition, isA, toSqlString, toSqlString, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public 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 © 2022 The Apache Software Foundation. All rights reserved.