标签:complex pre amp pen without java group by comm mapr
... skip
select customer_name, is_frequent_customer(customer_id) from customers; select obfuscate(sensitive_column) from sensitive_data;
-- Evaluates multiple rows but returns a single value select closest_restaurant(latitude, longitude) from places; -- Evaluates batches of rows and returns a separate value for each batch. select most_profitable_locartion(store_id, sales, expenses, tax_rate, depreciation) from franchise_data group by year;
create function my_neg(bigint) returns bigint location ‘/user/hive/udfs/hive.jar‘ symbol = ‘org.apache.hadoop.hive.ql.udf.UDFOPNegative‘;
标签:complex pre amp pen without java group by comm mapr
原文地址:http://www.cnblogs.com/wttttt/p/7236469.html