Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tobymao/sqlglot
/ Insert
Class
Insert
sqlglot/diff.py:24–27 ·
view source on GitHub ↗
Indicates that a new node has been inserted
Source
from the content-addressed store, hash-verified
22
23
@dataclass(frozen=True)
24
class
Insert:
25
""
"Indicates that a new node has been inserted"
""
26
27
expression: exp.Expr
28
29
30
@dataclass(frozen=True)
Callers
8
test_simple
Method · 0.90
test_udf
Method · 0.90
test_cte
Method · 0.90
test_join
Method · 0.90
test_window_functions
Method · 0.90
test_pre_matchings
Method · 0.90
test_identifier
Method · 0.90
_generate_edit_script
Method · 0.70
Calls
no outgoing calls
Tested by
7
test_simple
Method · 0.72
test_udf
Method · 0.72
test_cte
Method · 0.72
test_join
Method · 0.72
test_window_functions
Method · 0.72
test_pre_matchings
Method · 0.72
test_identifier
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…