nodejs-polars
    Preparing search index...

    Class FixedSizeList

    Hierarchy (View Summary)

    • DataType<"FixedSizeList">
      • FixedSizeList
    Index
    __dtype: "FixedSizeList"
    variant: "FixedSizeList"
    • Returns {
          [key: string]: {
              FixedSizeList: {
                  size: number;
                  type:
                      | { [key: string]: { [key: string]: any } }
                      | { [key: string]: DataTypeName };
              };
          };
      }