| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.udf.esri | |
| org.apache.hadoop.hive.ql.udf.generic |
Standard toolkit and framework for generic User-defined functions.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.io.BytesWritable |
ST_MultiPoint.evaluate(DoubleWritable... xyPairs) |
org.apache.hadoop.io.BytesWritable |
ST_Polygon.evaluate(DoubleWritable... xyPairs) |
org.apache.hadoop.io.BytesWritable |
ST_MultiLineString.evaluate(List<DoubleWritable>... multipaths) |
org.apache.hadoop.io.BytesWritable |
ST_MultiPolygon.evaluate(List<DoubleWritable>... multipaths) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenericUDF.checkArgsSize(ObjectInspector[] arguments,
int min,
int max) |
protected void |
GenericUDTFGetSplits.validateInput(ObjectInspector[] arguments) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.