TableLookupFunc is a function type for looking up a table by name. Used by normalizeViewDefinition to expand SELECT * expressions.
func(name QualifiedName) *Table
| 1392 | // TableLookupFunc is a function type for looking up a table by name. |
| 1393 | // Used by normalizeViewDefinition to expand SELECT * expressions. |
| 1394 | type TableLookupFunc func(name QualifiedName) *Table |
| 1395 | |
| 1396 | // normalizeViewDefinition normalizes a view definition AST for comparison. |
| 1397 | // This function removes database-specific formatting differences that don't affect the logical meaning. |
nothing calls this directly
no outgoing calls
no test coverage detected