nodejs-polars
    Preparing search index...

    Interface SinkParquetOptions

    Options for

    interface SinkParquetOptions {
        cloudOptions?: Map<string, string>;
        compression?: string;
        compressionLevel?: number;
        dataPagesizeLimit?: number;
        maintainOrder?: boolean;
        noOptimization?: boolean;
        predicatePushdown?: boolean;
        projectionPushdown?: boolean;
        retries?: number;
        rowGroupSize?: number;
        simplifyExpression?: boolean;
        slicePushdown?: boolean;
        statistics?: boolean;
        typeCoercion?: boolean;
    }
    Index

    Properties

    cloudOptions?: Map<string, string>
    compression?: string
    compressionLevel?: number
    dataPagesizeLimit?: number
    maintainOrder?: boolean
    noOptimization?: boolean
    predicatePushdown?: boolean
    projectionPushdown?: boolean
    retries?: number
    rowGroupSize?: number
    simplifyExpression?: boolean
    slicePushdown?: boolean
    statistics?: boolean
    typeCoercion?: boolean