nodejs-polars
    Preparing search index...

    Type Alias CrossJoinOptions

    options for cross join

    type CrossJoinOptions = {
        how: "cross";
        suffix?: string;
    }
    Index

    Properties

    Properties

    how: "cross"

    Join strategy

    suffix?: string

    Suffix to append to columns with a duplicate name.