nodejs-polars
    Preparing search index...

    Interface ReadJsonOptions

    interface ReadJsonOptions {
        batchSize: number;
        format: "lines" | "json";
        inferSchemaLength: null | number;
    }
    Index

    Properties

    batchSize: number
    format: "lines" | "json"
    inferSchemaLength: null | number