nodejs-polars
    Preparing search index...

    Type Alias DataTypeName

    DataTypeName:
        | "Null"
        | "Bool"
        | "Int8"
        | "Int16"
        | "Int32"
        | "Int64"
        | "UInt8"
        | "UInt16"
        | "UInt32"
        | "UInt64"
        | "Float32"
        | "Float64"
        | "Decimal"
        | "Date"
        | "Datetime"
        | "Time"
        | "Object"
        | "Utf8"
        | "String"
        | "Categorical"
        | "List"
        | "FixedSizeList"
        | "Struct"