| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
| org.apache.calcite.sql.pretty |
Provides a pretty-printer for SQL statements.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlWriter.FrameTypeEnum
Enumerates the types of frame.
|
| Modifier and Type | Field and Description |
|---|---|
private static SqlWriter.FrameType |
SqlJoin.SqlJoinOperator.FRAME_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static SqlWriter.FrameType |
SqlWriter.FrameTypeEnum.create(String name)
Creates a frame type.
|
| Modifier and Type | Method and Description |
|---|---|
SqlWriter.Frame |
SqlWriter.startList(SqlWriter.FrameType frameType,
String open,
String close)
Starts a list.
|
| Modifier and Type | Field and Description |
|---|---|
private static SqlWriter.FrameType |
SqlCaseOperator.FRAME_TYPE |
private static SqlWriter.FrameType |
SqlBetweenOperator.FRAME_TYPE |
| Modifier and Type | Field and Description |
|---|---|
(package private) SqlWriter.FrameType |
SqlPrettyWriter.FrameImpl.frameType |
| Modifier and Type | Method and Description |
|---|---|
protected SqlPrettyWriter.FrameImpl |
SqlPrettyWriter.createListFrame(SqlWriter.FrameType frameType,
String keyword,
String open,
String close)
Creates a list frame.
|
SqlWriter.Frame |
SqlPrettyWriter.startList(SqlWriter.FrameType frameType,
String open,
String close) |
protected SqlWriter.Frame |
SqlPrettyWriter.startList(SqlWriter.FrameType frameType,
String keyword,
String open,
String close)
Starts a list.
|
| Constructor and Description |
|---|
FrameImpl(SqlWriter.FrameType frameType,
String keyword,
String open,
String close,
int extraIndent,
boolean newlineAfterOpen,
boolean newlineBeforeSep,
int sepIndent,
boolean newlineAfterSep,
boolean newlineBeforeClose,
boolean newlineAfterClose) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.