public class SimpleGenericUDAFParameterInfo extends Object implements GenericUDAFParameterInfo
| Constructor and Description |
|---|
SimpleGenericUDAFParameterInfo(ObjectInspector[] params,
boolean isWindowing,
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.
|
boolean |
isWindowing()
The flag to indicate if the UDAF invocation was from the windowing function
call or not.
|
public SimpleGenericUDAFParameterInfo(ObjectInspector[] params, boolean isWindowing, 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 GenericUDAFParameterInfopublic boolean isWindowing()
GenericUDAFParameterInfoisWindowing in interface GenericUDAFParameterInfoCopyright © 2019 The Apache Software Foundation. All Rights Reserved.