(List<String> rawPath)
| 58 | protected boolean isZippingUnnest_ = false; |
| 59 | |
| 60 | public SlotRef(List<String> rawPath) { |
| 61 | super(); |
| 62 | rawPath_ = rawPath; |
| 63 | label_ = ToSqlUtils.getPathSql(rawPath_); |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * C'tor for a "dummy" SlotRef used in substitution maps. |
nothing calls this directly
no test coverage detected