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

Method isFieldTerm

core/src/main/java/io/questdb/griffin/SqlParser.java:919–921  ·  view source on GitHub ↗
(CharSequence tok)

Source from the content-addressed store, hash-verified

917 }
918
919 private boolean isFieldTerm(CharSequence tok) {
920 return Chars.equals(tok, ')') || Chars.equals(tok, ',');
921 }
922
923 private boolean isIncludePrevailing(GenericLexer lexer, CharSequence tok) throws SqlException {
924 if (isIncludeKeyword(tok)) {

Callers 2

notTermTokMethod · 0.95

Calls 1

equalsMethod · 0.95

Tested by

no test coverage detected