AsMap adapts the expr into a MapExpr. The Kind() must be equal to a MapKind for the conversion to be well-defined.
()
| 90 | // |
| 91 | // The Kind() must be equal to a MapKind for the conversion to be well-defined. |
| 92 | AsMap() MapExpr |
| 93 | |
| 94 | // AsSelect adapts the expr into a SelectExpr. |
| 95 | // |
no outgoing calls