| 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 |
|---|---|
SqlIntervalLiteral |
SqlIntervalLiteral.clone(SqlParserPos pos) |
static SqlIntervalLiteral |
SqlLiteral.createInterval(int sign,
String intervalStr,
SqlIntervalQualifier intervalQualifier,
SqlParserPos pos)
Creates an interval literal.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlIntervalLiteral |
SqlParserUtil.parseIntervalLiteral(SqlParserPos pos,
int sign,
String s,
SqlIntervalQualifier intervalQualifier) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.