Uses of Package
org.apache.hadoop.hive.ql.exec.vector.expressions

Packages that use org.apache.hadoop.hive.ql.exec.vector.expressions
org.apache.hadoop.hive.ql.exec.persistence   
org.apache.hadoop.hive.ql.exec.vector   
org.apache.hadoop.hive.ql.exec.vector.expressions   
org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates   
org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates.gen   
org.apache.hadoop.hive.ql.exec.vector.expressions.gen   
org.apache.hadoop.hive.ql.exec.vector.udf   
org.apache.hadoop.hive.ql.udf   
 

Classes in org.apache.hadoop.hive.ql.exec.vector.expressions used by org.apache.hadoop.hive.ql.exec.persistence
VectorExpressionWriter
          Interface used to create Writable objects from vector expression primitives.
 

Classes in org.apache.hadoop.hive.ql.exec.vector.expressions used by org.apache.hadoop.hive.ql.exec.vector
VectorExpression
          Base class for expressions.
VectorExpressionWriter
          Interface used to create Writable objects from vector expression primitives.
 

Classes in org.apache.hadoop.hive.ql.exec.vector.expressions used by org.apache.hadoop.hive.ql.exec.vector.expressions
AbstractFilterStringColLikeStringScalar
          An abstract class for LIKE and REGEXP expressions.
AbstractFilterStringColLikeStringScalar.Checker
          A Checker contains a pattern and checks whether a given string matches or not.
AbstractFilterStringColLikeStringScalar.CheckerFactory
          A CheckerFactory creates checkers of its kind.
ConstantVectorExpression
          Constant is represented as a vector with repeating values.
DecimalToStringUnaryUDF
          This is a superclass for unary decimal functions returning strings that operate directly on the input and set the output.
FuncDecimalToDouble
          This is a superclass for unary decimal functions and expressions returning doubles that operate directly on the input and set the output.
FuncDecimalToLong
          This is a superclass for unary decimal functions and expressions returning integers that operate directly on the input and set the output.
FuncDoubleToDecimal
          This is a superclass for unary double functions and expressions returning decimals that operate directly on the input and set the output.
FuncLongToDecimal
          This is a superclass for unary long functions and expressions returning decimals that operate directly on the input and set the output.
FuncLongToString
          Superclass to support vectorized functions that take a long and return a string, optionally with additional configuraiton arguments.
IDecimalInExpr
           
IDoubleInExpr
          Interface used for both filter and non-filter versions of IN to simplify VectorizationContext code.
ILongInExpr
          Interface used for both filter and non-filter versions of IN to simplify VectorizationContext code.
ISetDoubleArg
           
ISetLongArg
           
IStringInExpr
          Interface used for both filter and non-filter versions of IN to simplify VectorizationContext code.
LongToStringUnaryUDF
          This is a superclass for unary long functions returning strings that operate directly on the input and set the output.
MathFuncDoubleToDouble
          Implement vectorized math function that takes a double (and optionally additional constant argument(s)) and returns long.
MathFuncLongToDouble
          Implement vectorized math function that takes a double (and optionally additional constant argument(s)) and returns long.
MathFuncLongToLong
          Implement vectorized math function that takes a long (and optionally additional constant argument(s)) and returns long.
StringUnaryUDF
          Expression for vectorized evaluation of unary UDFs on strings.
StringUnaryUDF.IUDFUnaryString
           
StringUnaryUDFDirect
          This is a superclass for unary string functions that operate directly on the input and set the output.
VectorExpression
          Base class for expressions.
VectorExpression.Type
           
VectorExpressionWriter
          Interface used to create Writable objects from vector expression primitives.
VectorExpressionWriterFactory.ListOIDClosure
           
VectorExpressionWriterFactory.SingleOIDClosure
          A poor man Java closure.
VectorUDFDateAddColCol
           
VectorUDFDateAddColScalar
           
VectorUDFDateAddScalarCol
           
VectorUDFTimestampFieldLong
          Abstract class to return various fields from a Timestamp or Date.
VectorUDFTimestampFieldString
          Abstract class to return various fields from a String.
 

Classes in org.apache.hadoop.hive.ql.exec.vector.expressions used by org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates
VectorExpression
          Base class for expressions.
 

Classes in org.apache.hadoop.hive.ql.exec.vector.expressions used by org.apache.hadoop.hive.ql.exec.vector.expressions.aggregates.gen
VectorExpression
          Base class for expressions.
 

Classes in org.apache.hadoop.hive.ql.exec.vector.expressions used by org.apache.hadoop.hive.ql.exec.vector.expressions.gen
VectorExpression
          Base class for expressions.
 

Classes in org.apache.hadoop.hive.ql.exec.vector.expressions used by org.apache.hadoop.hive.ql.exec.vector.udf
VectorExpression
          Base class for expressions.
VectorExpressionWriter
          Interface used to create Writable objects from vector expression primitives.
 

Classes in org.apache.hadoop.hive.ql.exec.vector.expressions used by org.apache.hadoop.hive.ql.udf
StringUnaryUDF.IUDFUnaryString
           
 



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