public override void EnterSelect(SelectSQLParser.SelectContext context)
 {
     if (context.COLUMN_PREDICT() != null)
     {
         this.SelectStmt.Column_PredictExists=true;
         this.SelectStmt.Column_PredictWord = context.COLUMN_PREDICT().GetText();
     }
 }