-
Notifications
You must be signed in to change notification settings - Fork 6
Extend_Final_CT( )
Vidhi Jain edited this page Jun 14, 2017
·
1 revision
Extend the final_CT tables for each functorId with all possible values
-
Check if current is Rnode or not
-
Fetch the
temp_ct_tables
by executingshow tables from "+ databaseName3 + " like '"+functorId_t.replace("
","")+"%_final_CT' ;` -
If CrossValidation is true, then execute
ALTER TABLE "+databaseName3+ ".
"+current_ct+"DROP COLUMN
"+functorId_t.replace("","")+"
;` -
Alter each of the tables in
temp_ct_tables
by adding index
[To be Completed]