nodejs-polars
    Preparing search index...

    Interface iField

    A field is a name and a datatype.

    interface iField {
        dtype: DataType;
        name: string;
    }

    Implemented by

    Index

    Properties

    Properties

    dtype: DataType
    name: string