MCPcopy Create free account
hub / github.com/google-research/language / _is_operator

Function _is_operator

language/xsp/data_preprocessing/sql_parsing.py:61–62  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

59
60
61def _is_operator(item):
62 return item.ttype is sqlparse.tokens.Operator
63
64
65def _is_punctuation(item):

Callers 1

_parse_operationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…