MCPcopy
hub / github.com/cube2222/octosql / walkSubtree

Method walkSubtree

parser/sqlparser/ast.go:227–227  ·  view source on GitHub ↗

walkSubtree calls visit on all underlying nodes of the subtree, but not the current one. Walking must be interrupted if visit returns an error.

(visit Visit)

Source from the content-addressed store, hash-verified

225 // of the subtree, but not the current one. Walking
226 // must be interrupted if visit returns an error.
227 walkSubtree(visit Visit) error
228}
229
230// Visit defines the signature of a function that

Callers 1

WalkFunction · 0.65

Implementers 15

Unionparser/sqlparser/ast.go
Selectparser/sqlparser/ast.go
Withparser/sqlparser/ast.go
Streamparser/sqlparser/ast.go
Insertparser/sqlparser/ast.go
Updateparser/sqlparser/ast.go
Deleteparser/sqlparser/ast.go
Setparser/sqlparser/ast.go
DBDDLparser/sqlparser/ast.go
DDLparser/sqlparser/ast.go
Showparser/sqlparser/ast.go
Useparser/sqlparser/ast.go

Calls

no outgoing calls

Tested by

no test coverage detected