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 GenericUDAFParameterInfo
public ObjectInspector[] getParameterObjectInspectors()
getParameterObjectInspectors
in interface GenericUDAFParameterInfo
public boolean isDistinct()
GenericUDAFParameterInfo
isDistinct
in interface GenericUDAFParameterInfo
public boolean isAllColumns()
GenericUDAFParameterInfo
isAllColumns
in interface GenericUDAFParameterInfo
Copyright © 2017 The Apache Software Foundation. All rights reserved.