iceberg-js
    Preparing search index...

    Function typesEqual

    • Compare two Iceberg type strings for equality, ignoring whitespace differences. This is useful when comparing types from user input vs catalog responses, as catalogs may normalize whitespace differently.

      Parameters

      • a: string

        First type string

      • b: string

        Second type string

      Returns boolean

      true if the types are equivalent