ibis.expr.api.TableExpr.view¶
-
TableExpr.
view
()¶ Create a new table expression that is semantically equivalent to the current one, but is considered a distinct relation for evaluation purposes (e.g. in SQL).
For doing any self-referencing operations, like a self-join, you will use this operation to create a reference to the current table expression.
Returns: - expr : TableExpr