private bool isJoinRequired(LogicalQueryTable source, LogicalQueryTable target)
 {
     return !source.IsLogicalTableEqual(target);
 }