def can_expand_to()

in dbt/adapters/maxcompute/column.py [0:0]


    def can_expand_to(self: Self, other_column: Self) -> bool:
        """returns True if both columns are strings"""
        return self.is_string() and other_column.is_string()