Skip to content

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

Tasks

  • Check if current is Rnode or not

  • Fetch the temp_ct_tables by executing

    show 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]

Clone this wiki locally