nodejs-polars
    Preparing search index...

    Interface ExprConstructor

    interface ExprConstructor {
        deserialize(buf: Buffer, format: "json" | "bincode"): pl.Expr;
        isExpr(arg: any): arg is pl.Expr;
    }

    Hierarchy (View Summary)

    Index

    Methods