public class SqlUnparseUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
printIndent(org.apache.calcite.sql.SqlWriter writer) |
static void |
unparseTableSchema(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec,
org.apache.calcite.sql.SqlNodeList columnList,
List<SqlTableConstraint> constraints,
SqlWatermark watermark) |
public static void unparseTableSchema(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec, org.apache.calcite.sql.SqlNodeList columnList, List<SqlTableConstraint> constraints, @Nullable SqlWatermark watermark)
public static void printIndent(org.apache.calcite.sql.SqlWriter writer)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.