Indicate if this expression is a literal value (optionally aliased)
Description
Indicate if this expression is a literal value (optionally aliased)
Usage
<Expr>$meta$is_literal(..., allow_aliasing = FALSE)
Arguments
…
|
These dots are for future extensions and must be empty. |
allow_aliasing
|
If FALSE (default), only a bare literal will match. Set to
TRUE to also allow for aliased literals.
|
Value
A polars expression
Examples
#> [1] TRUE
#> [1] FALSE
#> [1] TRUE