public class HiveFunctionArguments extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static HiveFunctionArguments |
create(CallContext callContext) |
Object |
getArg(int pos) |
DataType |
getDataType(int pos) |
boolean |
isLiteral(int pos) |
int |
size() |
public int size()
public boolean isLiteral(int pos)
public Object getArg(int pos)
public DataType getDataType(int pos)
public static HiveFunctionArguments create(CallContext callContext)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.