MCPcopy 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)
24class Insert:
25 """Indicates that a new node has been inserted"""
26
27 expression: exp.Expr
28
29
30@dataclass(frozen=True)

Callers 8

test_simpleMethod · 0.90
test_udfMethod · 0.90
test_cteMethod · 0.90
test_joinMethod · 0.90
test_window_functionsMethod · 0.90
test_pre_matchingsMethod · 0.90
test_identifierMethod · 0.90
_generate_edit_scriptMethod · 0.70

Calls

no outgoing calls

Tested by 7

test_simpleMethod · 0.72
test_udfMethod · 0.72
test_cteMethod · 0.72
test_joinMethod · 0.72
test_window_functionsMethod · 0.72
test_pre_matchingsMethod · 0.72
test_identifierMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…