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

Method fetchNext

core/src/main/java/io/questdb/griffin/SqlUtil.java:440–442  ·  view source on GitHub ↗

Fetches next non-whitespace token that's not part of single or multiline comment. @param lexer input lexer @return with next valid token or null if end of input is reached .

(GenericLexer lexer)

Source from the content-addressed store, hash-verified

438 * @return with next valid token or null if end of input is reached .
439 */
440 public static CharSequence fetchNext(GenericLexer lexer) throws SqlException {
441 return fetchNext(lexer, false);
442 }
443
444 /**
445 * Fetches next non-whitespace token that's not part of single or multiline comment.

Calls 9

equalsMethod · 0.95
$Method · 0.95
lastTokenPositionMethod · 0.80
backToMethod · 0.80
hasNextMethod · 0.65
nextMethod · 0.65
lengthMethod · 0.65
charAtMethod · 0.45
excludesMethod · 0.45