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

Function _debug_sql_item

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

Source from the content-addressed store, hash-verified

115
116
117def _debug_sql_item(item):
118 print('--- debugging... ---')
119 print('Item is ' + repr(item))
120 print('Type is ' + str(item.ttype))
121 print('Value is ' + str(item.value))
122 print('String value is ' + str(item))
123
124
125def _debug_state(item, example):

Callers 5

_debug_stateFunction · 0.85
_find_table_annotationFunction · 0.85
_parse_operationFunction · 0.85
_parse_identifier_listFunction · 0.85
_parse_whereFunction · 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…