AsSelect adapts the expr into a SelectExpr. The Kind() must be equal to a SelectKind for the conversion to be well-defined.
()
| 95 | // |
| 96 | // The Kind() must be equal to a SelectKind for the conversion to be well-defined. |
| 97 | AsSelect() SelectExpr |
| 98 | |
| 99 | // AsStruct adapts the expr into a StructExpr. |
| 100 | // |
no outgoing calls