Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions hive/function-ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,6 @@ create temporary function ST_SymDifference as 'com.esri.hadoop.hive.ST_Symmetric
create temporary function ST_Aggr_ConvexHull as 'com.esri.hadoop.hive.ST_Aggr_ConvexHull';
create temporary function ST_Aggr_Intersection as 'com.esri.hadoop.hive.ST_Aggr_Intersection';
create temporary function ST_Aggr_Union as 'com.esri.hadoop.hive.ST_Aggr_Union';

create temporary function ST_Bin as 'com.esri.hadoop.hive.ST_Bin';
create temporary function ST_BinEnvelope as 'com.esri.hadoop.hive.ST_BinEnvelope';