Class SqlTableColumn.SqlRegularColumn

    • Constructor Detail

      • SqlRegularColumn

        public SqlRegularColumn​(org.apache.calcite.sql.parser.SqlParserPos pos,
                                org.apache.calcite.sql.SqlIdentifier name,
                                @Nullable
                                org.apache.calcite.sql.SqlNode comment,
                                org.apache.calcite.sql.SqlDataTypeSpec type,
                                @Nullable
                                SqlTableConstraint constraint)
    • Method Detail

      • getType

        public org.apache.calcite.sql.SqlDataTypeSpec getType()
      • setType

        public void setType​(org.apache.calcite.sql.SqlDataTypeSpec type)
      • unparseColumn

        protected void unparseColumn​(org.apache.calcite.sql.SqlWriter writer,
                                     int leftPrec,
                                     int rightPrec)
        Specified by:
        unparseColumn in class SqlTableColumn
      • getOperandList

        @Nonnull
        public List<org.apache.calcite.sql.SqlNode> getOperandList()
        Specified by:
        getOperandList in class org.apache.calcite.sql.SqlCall