Uses of Class
org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc

Packages that use ExprNodeGenericFuncDesc
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.vector   
org.apache.hadoop.hive.ql.exec.vector.udf   
org.apache.hadoop.hive.ql.index   
org.apache.hadoop.hive.ql.io.sarg   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.optimizer.pcr   
org.apache.hadoop.hive.ql.optimizer.ppr   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

Uses of ExprNodeGenericFuncDesc in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return ExprNodeGenericFuncDesc
static ExprNodeGenericFuncDesc Utilities.deserializeExpression(String s)
           
static ExprNodeGenericFuncDesc Utilities.deserializeExpressionFromKryo(byte[] bytes)
          Deserializes expression from Kryo.
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type ExprNodeGenericFuncDesc
static boolean FunctionRegistry.isNativeFuncExpr(ExprNodeGenericFuncDesc fnExpr)
           
static String Utilities.serializeExpression(ExprNodeGenericFuncDesc expr)
           
static byte[] Utilities.serializeExpressionToKryo(ExprNodeGenericFuncDesc expr)
          Serializes expression via Kryo.
 

Constructors in org.apache.hadoop.hive.ql.exec with parameters of type ExprNodeGenericFuncDesc
ExprNodeGenericFuncEvaluator(ExprNodeGenericFuncDesc expr)
           
 

Uses of ExprNodeGenericFuncDesc in org.apache.hadoop.hive.ql.exec.vector
 

Methods in org.apache.hadoop.hive.ql.exec.vector with parameters of type ExprNodeGenericFuncDesc
static String VectorizationContext.arg0Type(ExprNodeGenericFuncDesc expr)
           
static boolean VectorizationContext.isCustomUDF(ExprNodeGenericFuncDesc expr)
           
static boolean VectorizationContext.isNonVectorizedPathUDF(ExprNodeGenericFuncDesc expr)
           
 

Uses of ExprNodeGenericFuncDesc in org.apache.hadoop.hive.ql.exec.vector.udf
 

Methods in org.apache.hadoop.hive.ql.exec.vector.udf that return ExprNodeGenericFuncDesc
 ExprNodeGenericFuncDesc VectorUDFAdaptor.getExpr()
           
 

Methods in org.apache.hadoop.hive.ql.exec.vector.udf with parameters of type ExprNodeGenericFuncDesc
 void VectorUDFAdaptor.setExpr(ExprNodeGenericFuncDesc expr)
           
 

Constructors in org.apache.hadoop.hive.ql.exec.vector.udf with parameters of type ExprNodeGenericFuncDesc
VectorUDFAdaptor(ExprNodeGenericFuncDesc expr, int outputColumn, String resultType, VectorUDFArgDesc[] argDescs)
           
 

Uses of ExprNodeGenericFuncDesc in org.apache.hadoop.hive.ql.index
 

Methods in org.apache.hadoop.hive.ql.index that return ExprNodeGenericFuncDesc
 ExprNodeGenericFuncDesc IndexSearchCondition.getComparisonExpr()
           
 ExprNodeGenericFuncDesc IndexPredicateAnalyzer.translateSearchConditions(List<IndexSearchCondition> searchConditions)
          Translates search conditions back to ExprNodeDesc form (as a left-deep conjunction).
 

Methods in org.apache.hadoop.hive.ql.index with parameters of type ExprNodeGenericFuncDesc
 void IndexSearchCondition.setComparisonExpr(ExprNodeGenericFuncDesc comparisonExpr)
           
 

Constructors in org.apache.hadoop.hive.ql.index with parameters of type ExprNodeGenericFuncDesc
IndexSearchCondition(ExprNodeColumnDesc columnDesc, String comparisonOp, ExprNodeConstantDesc constantDesc, ExprNodeGenericFuncDesc comparisonExpr)
          Constructs a search condition, which takes the form
 

Uses of ExprNodeGenericFuncDesc in org.apache.hadoop.hive.ql.io.sarg
 

Methods in org.apache.hadoop.hive.ql.io.sarg with parameters of type ExprNodeGenericFuncDesc
 SearchArgument SearchArgument.Factory.create(ExprNodeGenericFuncDesc expression)
           
 

Uses of ExprNodeGenericFuncDesc in org.apache.hadoop.hive.ql.metadata
 

Fields in org.apache.hadoop.hive.ql.metadata declared as ExprNodeGenericFuncDesc
 ExprNodeGenericFuncDesc HiveStoragePredicateHandler.DecomposedPredicate.pushedPredicate
          Portion of predicate to be evaluated by storage handler.
 ExprNodeGenericFuncDesc HiveStoragePredicateHandler.DecomposedPredicate.residualPredicate
          Portion of predicate to be post-evaluated by Hive for any rows which are returned by storage handler.
 

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type ExprNodeGenericFuncDesc
 boolean Hive.getPartitionsByExpr(Table tbl, ExprNodeGenericFuncDesc expr, HiveConf conf, List<Partition> result)
          Get a list of Partitions by expr.
 

Uses of ExprNodeGenericFuncDesc in org.apache.hadoop.hive.ql.optimizer.pcr
 

Methods in org.apache.hadoop.hive.ql.optimizer.pcr that return ExprNodeGenericFuncDesc
static ExprNodeGenericFuncDesc PcrExprProcFactory.getOutExpr(ExprNodeGenericFuncDesc funcExpr, Object[] nodeOutputs)
           
 

Methods in org.apache.hadoop.hive.ql.optimizer.pcr with parameters of type ExprNodeGenericFuncDesc
static ExprNodeGenericFuncDesc PcrExprProcFactory.getOutExpr(ExprNodeGenericFuncDesc funcExpr, Object[] nodeOutputs)
           
 

Uses of ExprNodeGenericFuncDesc in org.apache.hadoop.hive.ql.optimizer.ppr
 

Methods in org.apache.hadoop.hive.ql.optimizer.ppr with parameters of type ExprNodeGenericFuncDesc
static ObjectPair<PrimitiveObjectInspector,ExprNodeEvaluator> PartExprEvalUtils.prepareExpr(ExprNodeGenericFuncDesc expr, List<String> partNames)
           
static boolean PartitionPruner.prunePartitionNames(List<String> columnNames, ExprNodeGenericFuncDesc prunerExpr, String defaultPartitionName, List<String> partNames)
          Prunes partition names to see if they match the prune expression.
 

Uses of ExprNodeGenericFuncDesc in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type ExprNodeGenericFuncDesc
 List<ExprNodeGenericFuncDesc> LeadLagInfo.getLeadLagExprs()
           
 List<ExprNodeGenericFuncDesc> LeadLagInfo.getLLFuncExprsInTopExpr(ExprNodeDesc topExpr)
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type ExprNodeGenericFuncDesc
 void LeadLagInfo.addLLFuncExprForTopExpr(ExprNodeDesc topExpr, ExprNodeGenericFuncDesc llFuncExpr)
           
 void WindowingExprNodeEvaluatorFactory.FindLeadLagFuncExprs.visit(ExprNodeGenericFuncDesc fnExpr)
           
 

Uses of ExprNodeGenericFuncDesc in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return ExprNodeGenericFuncDesc
 ExprNodeGenericFuncDesc TableScanDesc.getFilterExpr()
           
 ExprNodeGenericFuncDesc DropTableDesc.PartSpec.getPartSpec()
           
static ExprNodeGenericFuncDesc ExprNodeDescUtils.mergePredicates(ExprNodeDesc prev, ExprNodeDesc next)
          bind two predicates by AND op
static ExprNodeGenericFuncDesc ExprNodeGenericFuncDesc.newInstance(GenericUDF genericUDF, List<ExprNodeDesc> children)
           
static ExprNodeGenericFuncDesc ExprNodeGenericFuncDesc.newInstance(GenericUDF genericUDF, String funcText, List<ExprNodeDesc> children)
          Create a ExprNodeGenericFuncDesc based on the genericUDFClass and the children parameters.
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type ExprNodeGenericFuncDesc
 void TableScanDesc.setFilterExpr(ExprNodeGenericFuncDesc filterExpr)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type ExprNodeGenericFuncDesc
DropTableDesc.PartSpec(ExprNodeGenericFuncDesc partSpec, int prefixLength)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type ExprNodeGenericFuncDesc
DropTableDesc(String tableName, Map<Integer,List<ExprNodeGenericFuncDesc>> partSpecs, boolean expectView, boolean ignoreProtection)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.