MCPcopy Create free account
hub / github.com/SPLWare/esProc / scanComma

Method scanComma

src/main/java/com/scudata/dm/sql/Tokenizer.java:95–106  ·  view source on GitHub ↗

在指定范围内搜索逗号 @param tokens 对SQL语句做分词得到的结果 @param start 搜索起始位置,包括 @param next 搜索的结束位置,不包含 @return 逗号的位置,找不到返回-1

(Token []tokens, int start, final int next)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

scanFunctionMethod · 0.95

Calls 2

scanParenMethod · 0.95
getTypeMethod · 0.65

Tested by

no test coverage detected