Package org.apache.storm.sql.parser
Class ColumnDefinition
java.lang.Object
org.apache.calcite.sql.SqlNode
org.apache.calcite.sql.SqlNodeList
org.apache.storm.sql.parser.ColumnDefinition
public class ColumnDefinition
extends org.apache.calcite.sql.SqlNodeList
- 
Field SummaryFields inherited from class org.apache.calcite.sql.SqlNodeListEMPTYFields inherited from class org.apache.calcite.sql.SqlNodeEMPTY_ARRAY, pos
- 
Constructor SummaryConstructorsConstructorDescriptionColumnDefinition(org.apache.calcite.sql.SqlIdentifier name, org.apache.calcite.sql.SqlDataTypeSpec type, ColumnConstraint constraint, org.apache.calcite.sql.parser.SqlParserPos pos) 
- 
Method SummaryMethods inherited from class org.apache.calcite.sql.SqlNodeListaccept, add, clone, equalsDeep, get, getList, isEmptyList, iterator, of, of, of, set, size, toArray, unparse, validate, validateExprMethods inherited from class org.apache.calcite.sql.SqlNodeclone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, findValidOptions, getKind, getMonotonicity, getParserPosition, isA, toSqlString, toSqlString, toStringMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
ColumnDefinitionpublic ColumnDefinition(org.apache.calcite.sql.SqlIdentifier name, org.apache.calcite.sql.SqlDataTypeSpec type, ColumnConstraint constraint, org.apache.calcite.sql.parser.SqlParserPos pos) 
 
- 
- 
Method Details- 
name
- 
typepublic org.apache.calcite.sql.SqlDataTypeSpec type()
- 
constraint
 
-