(field, alias)
| 1929 | # fields to the appropriate wrapped version. |
| 1930 | |
| 1931 | def final_transformer(field, alias): |
| 1932 | if not self.alias_cols: |
| 1933 | alias = None |
| 1934 | return field.get_col(alias) |
| 1935 | |
| 1936 | # Try resolving all the names as fields first. If there's an error, |
| 1937 | # treat trailing names as lookups until a field can be resolved. |