nodejs-polars
    Preparing search index...

    Type Alias LazyJoinBase

    type LazyJoinBase = {
        allowParallel?: boolean;
        forceParallel?: boolean;
    }
    Index

    Properties

    allowParallel?: boolean

    Allow the physical plan to optionally evaluate the computation of both DataFrames up to the join in parallel.

    forceParallel?: boolean

    Force the physical plan to evaluate the computation of both DataFrames up to the join in parallel.