function#
- class jsonpolars.expr.function.Lit(type: str = 'func_lit', value: Any = Sentinel('REQUIRED'), dtype: Optional[DataType] = None, allow_object: bool = False)[source]#
Ref: https://docs.pola.rs/api/python/stable/reference/expressions/api/polars.lit.html
- class jsonpolars.expr.function.ConcatStr(type: str = 'func_concat_str', exprs: ~typing.List[IntoExpr] = <factory>, separator: str = ' ', ignore_nulls: bool = False)[source]#
Ref: https://docs.pola.rs/api/python/stable/reference/expressions/api/polars.concat_str.html
- class jsonpolars.expr.function.ConcatList(type: str = 'func_concat_list', exprs: ~typing.List[IntoExpr] = <factory>)[source]#
Ref: https://docs.pola.rs/api/python/stable/reference/expressions/api/polars.concat_list.html