public static class ST_Aggr_Intersection.AggrIntersectionBinaryEvaluator extends Object implements UDAFEvaluator
| Constructor and Description |
|---|
AggrIntersectionBinaryEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
boolean |
iterate(org.apache.hadoop.io.BytesWritable geomref) |
boolean |
merge(org.apache.hadoop.io.BytesWritable other) |
org.apache.hadoop.io.BytesWritable |
terminate() |
org.apache.hadoop.io.BytesWritable |
terminatePartial() |
public void init()
init in interface UDAFEvaluatorpublic boolean iterate(org.apache.hadoop.io.BytesWritable geomref)
throws HiveException
HiveExceptionpublic boolean merge(org.apache.hadoop.io.BytesWritable other)
throws HiveException
HiveExceptionpublic org.apache.hadoop.io.BytesWritable terminatePartial()
throws HiveException
HiveExceptionpublic org.apache.hadoop.io.BytesWritable terminate()
throws HiveException
HiveExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.