v.25.5Improvement

Allow to specify _part_offset in normal projection

Allow to specify _part_offset in normal projection. This is the first step to build projection index. It can be used with #58224 and can help improve #63207. #78429 (Amos Bird).
Introduces the ability to specify the _part_offset in normal projections in ClickHouse.

Why it matters

This feature enables the foundation for building projection indexes, enhancing query performance by allowing more efficient part-level data identification and processing. It complements related improvements and helps address performance issues noted in existing tickets.

How to use it

Users can specify the _part_offset within their normal projection definitions to leverage this feature. It works in conjunction with other changes like those discussed in issue #58224 to optimize projection indexing.