MCPcopy Create free account
hub / github.com/tobymao/sqlglot / Update

Class Update

sqlglot/diff.py:46–50  ·  view source on GitHub ↗

Indicates that an existing node has been updated

Source from the content-addressed store, hash-verified

44
45@dataclass(frozen=True)
46class Update:
47 """Indicates that an existing node has been updated"""
48
49 source: exp.Expr
50 target: exp.Expr
51
52
53@dataclass(frozen=True)

Callers 6

test_simpleMethod · 0.90
test_lambdaMethod · 0.90
test_window_functionsMethod · 0.90
test_identifierMethod · 0.90
_generate_edit_scriptMethod · 0.70

Calls

no outgoing calls

Tested by 5

test_simpleMethod · 0.72
test_lambdaMethod · 0.72
test_window_functionsMethod · 0.72
test_identifierMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…