Miscellaneous#

Expr.cache()

Cache this expression so that it only is executed once per context.

Expr.from_json(value)

Read an expression from a JSON encoded string to construct an Expression.

Expr.set_sorted(*[, descending])

Flags the expression as 'sorted'.