| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.parser |
Provides a SQL parser.
|
| Modifier and Type | Method and Description |
|---|---|
SqlTimestampLiteral |
SqlTimestampLiteral.clone(SqlParserPos pos) |
static SqlTimestampLiteral |
SqlLiteral.createTimestamp(Calendar calendar,
int precision,
SqlParserPos pos)
Deprecated.
|
static SqlTimestampLiteral |
SqlLiteral.createTimestamp(TimestampString ts,
int precision,
SqlParserPos pos) |
| Modifier and Type | Method and Description |
|---|---|
static SqlTimestampLiteral |
SqlParserUtil.parseTimestampLiteral(String s,
SqlParserPos pos) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.