Checks if the row is valid according to the query. If a query is done on a specific column and the row does not contain this column the row is considered invalid. @param row The row to check. @return True if the query doesn't have a specific column or a row contains the column used with the query o
(Result row)