以下哪些选项HIVE可以避免进行MapReduce
select * from employees;
select * from emplyees where age>25;
select * from employees where country='CHINA';
以上都需要