public class SimpleGenericUDAFParameterInfo extends Object implements GenericUDAFParameterInfo
| Constructor and Description |
|---|
SimpleGenericUDAFParameterInfo(ObjectInspector[] params,
boolean distinct,
boolean allColumns) |
| Modifier and Type | Method and Description |
|---|---|
ObjectInspector[] |
getParameterObjectInspectors() |
TypeInfo[] |
getParameters()
Deprecated.
|
boolean |
isAllColumns()
Returns true if the UDAF invocation was done via the wildcard
syntax FUNCTION(*).
|
boolean |
isDistinct()
Returns true if the UDAF invocation was qualified with
DISTINCT keyword.
|
public SimpleGenericUDAFParameterInfo(ObjectInspector[] params, boolean distinct, boolean allColumns)
@Deprecated public TypeInfo[] getParameters()
getParameters in interface GenericUDAFParameterInfopublic ObjectInspector[] getParameterObjectInspectors()
getParameterObjectInspectors in interface GenericUDAFParameterInfopublic boolean isDistinct()
GenericUDAFParameterInfoisDistinct in interface GenericUDAFParameterInfopublic boolean isAllColumns()
GenericUDAFParameterInfoisAllColumns in interface GenericUDAFParameterInfoCopyright © 2017 The Apache Software Foundation. All rights reserved.