public class HiveFuncHolderExpr extends FunctionHolderExpression implements Iterable<LogicalExpression>
LogicalExpression.De, LogicalExpression.Seargs, nameUsed| Constructor and Description |
|---|
HiveFuncHolderExpr(String nameUsed,
HiveFuncHolder holder,
List<LogicalExpression> args,
ExpressionPosition pos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
argConstantOnly(int i)
constant input expected for i'th argument?
|
HiveFuncHolderExpr |
copy(List<LogicalExpression> args) |
FuncHolder |
getHolder()
Return the underlying function implementation holder.
|
TypeProtos.MajorType |
getMajorType() |
int |
getSelfCost() |
boolean |
isAggregating() |
boolean |
isRandom()
Is the function output non-deterministic?
|
Iterator<LogicalExpression> |
iterator() |
accept, getFieldReference, getName, setFieldReference, toStringgetCumulativeCost, getDescription, getPosition, iclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic HiveFuncHolderExpr(String nameUsed, HiveFuncHolder holder, List<LogicalExpression> args, ExpressionPosition pos)
public TypeProtos.MajorType getMajorType()
getMajorType in interface LogicalExpressiongetMajorType in class LogicalExpressionBasepublic Iterator<LogicalExpression> iterator()
iterator in interface Iterable<LogicalExpression>public FuncHolder getHolder()
FunctionHolderExpressiongetHolder in class FunctionHolderExpressionpublic boolean isAggregating()
isAggregating in class FunctionHolderExpressionpublic boolean argConstantOnly(int i)
FunctionHolderExpressionargConstantOnly in class FunctionHolderExpressionpublic boolean isRandom()
FunctionHolderExpressionisRandom in class FunctionHolderExpressionpublic HiveFuncHolderExpr copy(List<LogicalExpression> args)
copy in class FunctionHolderExpressionpublic int getSelfCost()
getSelfCost in interface LogicalExpressiongetSelfCost in class LogicalExpressionBaseCopyright © 2021 The Apache Software Foundation. All rights reserved.