Database IR #12098
GregoryTravis
started this conversation in
Ideas and feedback
Database IR
#12098
Replies: 2 comments 1 reply
-
Conclusion:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Agenda
Base_Generator.generate_select_query_sql
Rename IR types
Straw man suggestion:
SQL_Expression
->SQL_Column
From_Spec
->SQL_From_Part
Context
->SQL_IR_Table
Query
->SQL_Statement
Names instead of numbers in
Base_Generator.generate_select_query_sql
Give them constructor names, but optionally keep numbers for ordering:
Identify operations with constructors instead of strings
Beta Was this translation helpful? Give feedback.
All reactions