iceberg-js
    Preparing search index...

    Function parseFixedType

    • Parse a fixed type string into its length. Handles any whitespace formatting (e.g., "fixed[16]", "fixed[ 16 ]").

      Parameters

      • type: string

        The type string to parse

      Returns { length: number } | null

      Object with length, or null if not a valid fixed type