pub fn build_aliased_column_parts( table_name: &str, columns: &[&str], ) -> Vec<String>
Generate aliased column names for eager loading.
Prefixes each column with the table name to avoid conflicts.