| 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 |
|---|---|
SqlTimeLiteral |
SqlTimeLiteral.clone(SqlParserPos pos) |
static SqlTimeLiteral |
SqlLiteral.createTime(Calendar calendar,
int precision,
SqlParserPos pos)
Deprecated.
|
static SqlTimeLiteral |
SqlLiteral.createTime(TimeString t,
int precision,
SqlParserPos pos) |
| Modifier and Type | Method and Description |
|---|---|
static SqlTimeLiteral |
SqlParserUtil.parseTimeLiteral(String s,
SqlParserPos pos) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.