v.22.11New Feature

Add displayName function, closes #36770

Add function displayName, closes #36770. #37681 (hongbin).
Added the displayName function to ClickHouse.

Why it matters

The displayName function provides a way to retrieve a user-friendly or display-oriented name for entities, helping to simplify naming conventions and improve clarity when presenting data.

How to use it

Use the displayName function in your queries to obtain the display name of an entity. For example:

SELECT displayName(entity_column) FROM table_name;