| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
SqlParserOptions |
SqlParserOptions.allowIdentifierSymbol(IdentifierSymbol... identifierSymbols) |
SqlParserOptions |
SqlParserOptions.allowIdentifierSymbol(Iterable<IdentifierSymbol> identifierSymbols) |
static SqlParserOptions |
SqlParserOptions.copyOf(SqlParserOptions other) |
SqlParserOptions |
SqlParserOptions.useEnhancedErrorHandler(boolean enable) |
| Modifier and Type | Method and Description |
|---|---|
static SqlParserOptions |
SqlParserOptions.copyOf(SqlParserOptions other) |
| Constructor and Description |
|---|
SqlParser(SqlParserOptions options) |
SqlParser(SqlParserOptions options,
BiConsumer<SqlBaseLexer,SqlBaseParser> initializer) |
Copyright © 2012–2023. All rights reserved.