base_expr#

class jsonpolars.base_expr.ExprEnum(value)[source]#

An enumeration.

class jsonpolars.base_expr.BaseExpr(type: str = Sentinel('REQUIRED'))[source]#
jsonpolars.base_expr.parse_expr(dct: Dict[str, Any]) T_EXPR[source]#

Note: you have to import everything in the jsonpolars.expr module to make this work.