Meta#
The following methods are available under the expr.meta
attribute.
|
Indicate if this expression is the same as another expression. |
Indicate if this expression expands into multiple expressions. |
|
Indicate if this expression is a basic (non-regex) unaliased column. |
|
|
Indicate if this expression only selects columns (optionally with aliasing). |
|
Indicate if this expression is a literal value (optionally aliased). |
Indicate if this expression expands to columns that match a regex pattern. |
|
|
Indicate if this expression is NOT the same as another expression. |
|
Get the column name that this expression would produce. |
Pop the latest expression and return the input(s) of the popped expression. |
|
Get a list with the root column name. |
|
|
Serialize this expression to a file or string in JSON format. |
|
Format the expression as a Graphviz graph. |
|
Format the expression as a tree. |
Undo any renaming operation like |
|
|
Write expression to json. |