| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.parser.impl |
Contains generated code for the
Calcite SQL parser. |
| Modifier and Type | Method and Description |
|---|---|
static SqlNumericLiteral |
SqlLiteral.createApproxNumeric(String s,
SqlParserPos pos) |
static SqlNumericLiteral |
SqlLiteral.createExactNumeric(String s,
SqlParserPos pos) |
static SqlNumericLiteral |
SqlLiteral.createNegative(SqlNumericLiteral num,
SqlParserPos pos) |
| Modifier and Type | Method and Description |
|---|---|
static SqlNumericLiteral |
SqlLiteral.createNegative(SqlNumericLiteral num,
SqlParserPos pos) |
| Modifier and Type | Method and Description |
|---|---|
SqlNumericLiteral |
SqlParserImpl.UnsignedNumericLiteral()
Parses a unsigned numeric literal
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.