Class ResolvePath

Object
gudusoft.gsqlparser.resolver2.model.ResolvePath

public class ResolvePath extends Object
Tracks the path taken during name resolution. Used for debugging and understanding how a name was resolved. Example path for resolving "t.address.city": 1. Found table 't' (users table) 2. Found field 'address' (type: address_type) 3. Found field 'city' (type: varchar)