v.21.1Improvements
Implement untuple field access in ClickHouse
Implement untuple field access. #18133. #18309 (hexiaoting).Why it matters
This feature enables simplified and more readable access to individual fields withinTuple columns, addressing the problem of verbose or cumbersome tuple element extraction in queries. It enhances usability and clarity when working with nested tuple data.How to use it
Users can applyuntuple field access by directly referencing tuple elements in queries using the new syntax supported by ClickHouse, simplifying the extraction of tuple fields without complex expressions or functions.