Path: blob/main/py-polars/docs/source/reference/expressions/meta.rst
6939 views
==== Meta ==== The following methods are available under the `expr.meta` attribute. .. currentmodule:: polars .. autosummary:: :toctree: api/ :template: autosummary/accessor_method.rst Expr.meta.eq Expr.meta.has_multiple_outputs Expr.meta.is_column Expr.meta.is_column_selection Expr.meta.is_literal Expr.meta.is_regex_projection Expr.meta.ne Expr.meta.output_name Expr.meta.pop Expr.meta.root_names Expr.meta.serialize Expr.meta.show_graph Expr.meta.tree_format Expr.meta.undo_aliases Expr.meta.write_json