MCPcopy Create free account
hub / github.com/questdb/questdb / nextLiteral

Method nextLiteral

core/src/main/java/io/questdb/griffin/SqlParser.java:972–974  ·  view source on GitHub ↗
(CharSequence token, int position)

Source from the content-addressed store, hash-verified

970 }
971
972 private ExpressionNode nextLiteral(CharSequence token, int position) {
973 return SqlUtil.nextLiteral(expressionNodePool, token, position);
974 }
975
976 private CharSequence notTermTok(GenericLexer lexer) throws SqlException {
977 CharSequence tok = tok(lexer, "')' or ','");

Callers 10

expectLiteralMethod · 0.95
expectStringLiteralMethod · 0.95
parseCompileViewMethod · 0.95
parseCreateMatViewMethod · 0.95
parseCreateTableMethod · 0.95
parseCreateViewMethod · 0.95
parseInsertMethod · 0.95
parseRenameStatementMethod · 0.95
parseSelectClauseMethod · 0.95

Calls 1

nextLiteralMethod · 0.95

Tested by

no test coverage detected