A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

abbreviate(String, int) - Static method in class org.apache.hadoop.hive.ql.exec.Utilities
convert "From src insert blah blah" to "From src insert ...
absolute(int) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
AbstractPrimitiveJavaObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
An AbstractJavaPrimitiveObjectInspector for a Java object.
AbstractPrimitiveJavaObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
 
AbstractPrimitiveLazyObjectInspector<T extends org.apache.hadoop.io.Writable> - Class in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
An AbstractPrimitiveLazyObjectInspector for a LazyPrimitive object.
AbstractPrimitiveLazyObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry) - Constructor for class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.AbstractPrimitiveLazyObjectInspector
 
AbstractPrimitiveObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
An AbstractPrimitiveObjectInspector is based on ObjectInspectorUtils.PrimitiveTypeEntry.
AbstractPrimitiveObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
Construct a AbstractPrimitiveObjectInspector.
AbstractPrimitiveWritableObjectInspector - Class in org.apache.hadoop.hive.serde2.objectinspector.primitive
An AbstractWritablePrimitiveObjectInspector for a Writable object.
AbstractPrimitiveWritableObjectInspector(PrimitiveObjectInspectorUtils.PrimitiveTypeEntry) - Constructor for class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveWritableObjectInspector
 
accept(File) - Method in class org.apache.hadoop.hive.ant.QTestGenTask.QFileFilter
 
acceptsURL(String) - Method in class org.apache.hadoop.hive.jdbc.HiveDriver
Checks whether a given url is in a valid format.
adaptor - Variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
add(TypeInfo) - Method in class org.apache.hadoop.hive.ql.parse.InputSignature
 
add_escapes(String) - Method in exception org.apache.hadoop.hive.serde2.dynamic_type.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_partition(Partition) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
add_partition(Partition) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
add_partition(Partition) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
add_partition(Partition) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
add_partition(Partition) - Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
Add a partition to the table.
add_partitions(List<Partition>) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
add_resource(SessionState.ResourceType, String) - Method in class org.apache.hadoop.hive.ql.session.SessionState
 
addAlias(exprNodeDesc, String) - Method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerInfo
Adds the specified alias to the specified expr
addBatch() - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
addBatch(String) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
addBatch() - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
addBatch(String) - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
addBatch(String) - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
addConvertedNode(exprNodeDesc, exprNodeDesc) - Method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerInfo
adds a replacement node for this expression
addDependentTask(Task<? extends Serializable>) - Method in class org.apache.hadoop.hive.ql.exec.Task
Add a dependent task on the current task.
addEntry(CacheEntry) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.MRU
Add a CacheEntry.
addEscapes(String) - Static method in error org.apache.hadoop.hive.serde2.dynamic_type.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addExpression(ASTNode) - Method in class org.apache.hadoop.hive.ql.parse.ASTPartitionPruner
Add an expression
addFinalCandidate(exprNodeDesc) - Method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerInfo
Adds the specified expr as the top-most pushdown expr (ie all its children can be pushed)
addHasNonPartCols(boolean) - Method in class org.apache.hadoop.hive.ql.optimizer.ppr.OpWalkerCtx
 
addJoinOnExpression(ASTNode) - Method in class org.apache.hadoop.hive.ql.parse.ASTPartitionPruner
Add an expression from the JOIN condition.
addListener(CachePolicyListener) - Method in interface org.apache.hadoop.hive.ql.util.jdbm.helper.CachePolicy
Add a listener to this cache policy.
addListener(CachePolicyListener) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.MRU
Add a listener to this cache policy
addListener(CachePolicyListener) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.SoftCache
Adds the specified listener to this cache.
addMapWork(mapredWork, Table, String, Operator<?>) - Static method in class org.apache.hadoop.hive.ql.exec.Utilities
 
addMapWork(String, String, Operator<?>, partitionDesc) - Method in class org.apache.hadoop.hive.ql.plan.mapredWork
 
addOutputType(Class<?>) - Method in class org.apache.hadoop.hive.ql.parse.QBMetaData
 
addPartition(Partition) - Method in class org.apache.hadoop.hive.metastore.ObjectStore
 
addPartition(Partition) - Method in interface org.apache.hadoop.hive.metastore.RawStore
 
AddPartitionDesc - Class in org.apache.hadoop.hive.ql.plan
Contains the information needed to add a partition.
AddPartitionDesc(String, String, Map<String, String>, String) - Constructor for class org.apache.hadoop.hive.ql.plan.AddPartitionDesc
 
AddResourceProcessor - Class in org.apache.hadoop.hive.ql.processors
 
AddResourceProcessor() - Constructor for class org.apache.hadoop.hive.ql.processors.AddResourceProcessor
 
addTaskTmpDir(String) - Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRUnionCtx
 
addToBucketCols(String) - Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
 
addToClassPath(ClassLoader, String[]) - Static method in class org.apache.hadoop.hive.ql.exec.Utilities
Add new elements to the classpath
addToColNames(String) - Method in class org.apache.hadoop.hive.metastore.api.Index
 
addToCols(FieldSchema) - Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
 
addToField3(InnerStruct) - Method in class org.apache.hadoop.hive.serde.test.ThriftTestObj
 
addToFields(FieldSchema) - Method in class org.apache.hadoop.hive.metastore.api.Type
 
addToFieldSchemas(FieldSchema) - Method in class org.apache.hadoop.hive.metastore.api.Schema
 
addToLint(int) - Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
addToLintString(IntString) - Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
addToLString(String) - Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
addToPart_vals(String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args
 
addToPart_vals(String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args
 
addToPart_vals(String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args
 
addToPartitionKeys(FieldSchema) - Method in class org.apache.hadoop.hive.metastore.api.Table
 
addToSortCols(Order) - Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
 
addToSuccess(String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result
 
addToSuccess(FieldSchema) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result
 
addToSuccess(String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result
 
addToSuccess(Partition) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result
 
addToSuccess(FieldSchema) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result
 
addToSuccess(String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result
 
addToSuccess(String) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_result
 
addToSuccess(String) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_result
 
addToValues(String) - Method in class org.apache.hadoop.hive.metastore.api.Partition
 
addTTDesc(tableDesc) - Method in class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRUnionCtx
 
addWar(String, String) - Method in interface org.apache.hadoop.hive.shims.JettyShims.Server
 
addWrapper(String[]) - Method in class org.apache.hadoop.hive.ql.exec.ScriptOperator
Wrap the script in a wrapper that allows admins to control
adjustArraySize(int) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryMap
Adjust the size of arrays: keyStart, keyLength valueStart, valueLength keyInited, keyIsNull valueInited, valueIsNull
adjustBeginLineColumn(int, int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
afterLast() - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
aggregate(GenericUDAFEvaluator.AggregationBuffer, Object[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator
This function will be called by GroupByOperator when it sees a new input row.
aggregationDesc - Class in org.apache.hadoop.hive.ql.plan
 
aggregationDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.aggregationDesc
 
aggregationDesc(String, GenericUDAFEvaluator, ArrayList<exprNodeDesc>, boolean, GenericUDAFEvaluator.Mode) - Constructor for class org.apache.hadoop.hive.ql.plan.aggregationDesc
 
aggregationIsDistinct - Variable in class org.apache.hadoop.hive.ql.exec.GroupByOperator
 
aggregationParameterFields - Variable in class org.apache.hadoop.hive.ql.exec.GroupByOperator
 
aggregationParameterObjectInspectors - Variable in class org.apache.hadoop.hive.ql.exec.GroupByOperator
 
aggregationParameterObjects - Variable in class org.apache.hadoop.hive.ql.exec.GroupByOperator
 
aggregationParameterStandardObjectInspectors - Variable in class org.apache.hadoop.hive.ql.exec.GroupByOperator
 
aggregations - Variable in class org.apache.hadoop.hive.ql.exec.GroupByOperator
 
aggregationsParametersLastInvoke - Variable in class org.apache.hadoop.hive.ql.exec.GroupByOperator
 
aint - Variable in class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
AINT - Static variable in class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
alias - Variable in class org.apache.hadoop.hive.ql.exec.CommonJoinOperator
 
alias - Variable in class org.apache.hadoop.hive.ql.exec.Operator
 
aliasList() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
allProceduresAreCallable() - Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
 
allTablesAreSelectable() - Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
 
AlreadyExistsException - Exception in org.apache.hadoop.hive.metastore.api
 
AlreadyExistsException() - Constructor for exception org.apache.hadoop.hive.metastore.api.AlreadyExistsException
 
AlreadyExistsException(String) - Constructor for exception org.apache.hadoop.hive.metastore.api.AlreadyExistsException
 
AlreadyExistsException(AlreadyExistsException) - Constructor for exception org.apache.hadoop.hive.metastore.api.AlreadyExistsException
Performs a deep copy on other.
alter_partition(String, String, Partition) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
alter_partition(String, String, Partition) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
alter_partition(String, String, Partition) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
alter_partition(String, String, Partition) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
alter_partition(String, String, Partition) - Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
updates a partition to new partition
alter_table(String, String, Table) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
alter_table(String, String, Table) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
alter_table(String, String, Table) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
alter_table(String, String, Table) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
alter_table(String, String, Table) - Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
 
AlterHandler - Interface in org.apache.hadoop.hive.metastore
Interface for Alter Table and Alter Partition code
alterPartition(String, String, Partition) - Method in class org.apache.hadoop.hive.metastore.ObjectStore
 
alterPartition(String, String, Partition) - Method in interface org.apache.hadoop.hive.metastore.RawStore
 
alterStatement() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
alterStatementSuffix() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
alterStatementSuffixAddCol() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
alterStatementSuffixAddPartitions() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
alterStatementSuffixDropPartitions() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
alterStatementSuffixProperties() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
alterStatementSuffixRename() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
alterStatementSuffixSerdeProperties() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
alterTable(RawStore, Warehouse, String, String, Table) - Method in interface org.apache.hadoop.hive.metastore.AlterHandler
handles alter table
alterTable(RawStore, Warehouse, String, String, Table) - Method in class org.apache.hadoop.hive.metastore.HiveAlterHandler
 
alterTable(String, String, Table) - Method in class org.apache.hadoop.hive.metastore.ObjectStore
 
alterTable(String, String, Table) - Method in interface org.apache.hadoop.hive.metastore.RawStore
 
alterTable(String, Table) - Method in class org.apache.hadoop.hive.ql.metadata.Hive
Updates the existing table metadata with the new metadata.
alterTableDesc - Class in org.apache.hadoop.hive.ql.plan
 
alterTableDesc(String, String) - Constructor for class org.apache.hadoop.hive.ql.plan.alterTableDesc
 
alterTableDesc(String, List<FieldSchema>, alterTableDesc.alterTableTypes) - Constructor for class org.apache.hadoop.hive.ql.plan.alterTableDesc
 
alterTableDesc(alterTableDesc.alterTableTypes) - Constructor for class org.apache.hadoop.hive.ql.plan.alterTableDesc
 
alterTableDesc.alterTableTypes - Enum in org.apache.hadoop.hive.ql.plan
 
AmbiguousMethodException - Exception in org.apache.hadoop.hive.ql.exec
Exception thrown by the UDF and UDAF method resolvers in case a unique method is not found.
AmbiguousMethodException(Class<?>, List<TypeInfo>) - Constructor for exception org.apache.hadoop.hive.ql.exec.AmbiguousMethodException
Constructor.
AMPERSAND - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
AMPERSAND - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
analyze(ASTNode, Context) - Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
 
analyzeInternal(ASTNode) - Method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
 
analyzeInternal(ASTNode) - Method in class org.apache.hadoop.hive.ql.parse.DDLSemanticAnalyzer
 
analyzeInternal(ASTNode) - Method in class org.apache.hadoop.hive.ql.parse.ExplainSemanticAnalyzer
 
analyzeInternal(ASTNode) - Method in class org.apache.hadoop.hive.ql.parse.FunctionSemanticAnalyzer
 
analyzeInternal(ASTNode) - Method in class org.apache.hadoop.hive.ql.parse.LoadSemanticAnalyzer
 
analyzeInternal(ASTNode) - Method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
 
append(Writable) - Method in class org.apache.hadoop.hive.ql.io.RCFile.Writer
append a row of values.
append_partition(String, String, List<String>) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
append_partition(String, String, List<String>) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
append_partition(String, String, List<String>) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
appendPartition(String, String, List<String>) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
appendPartition(String, String, List<String>) - Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
 
applySystemProperties() - Method in class org.apache.hadoop.hive.conf.HiveConf
 
areAllParentsInitialized() - Method in class org.apache.hadoop.hive.ql.exec.Operator
checks whether all parent operators are initialized or not
ASTNode - Class in org.apache.hadoop.hive.ql.parse
 
ASTNode() - Constructor for class org.apache.hadoop.hive.ql.parse.ASTNode
 
ASTNode(Token) - Constructor for class org.apache.hadoop.hive.ql.parse.ASTNode
Constructor
ASTPartitionPruner - Class in org.apache.hadoop.hive.ql.parse
 
ASTPartitionPruner() - Constructor for class org.apache.hadoop.hive.ql.parse.ASTPartitionPruner
 
ASTPartitionPruner(String, QBMetaData, HiveConf) - Constructor for class org.apache.hadoop.hive.ql.parse.ASTPartitionPruner
Creates a new instance of PartitionPruner
aString - Variable in class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
ASTRING - Static variable in class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
Async() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
atomExpression() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
AUTO_COMMIT - Static variable in class org.apache.hadoop.hive.ql.util.jdbm.RecordManagerOptions
Option to automatically commit data after each operation.
autoCommitFailureClosesAllResultSets() - Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
 
autoDelete - Variable in class org.apache.hadoop.hive.ql.exec.FileSinkOperator
 
auxJars - Variable in class org.apache.hadoop.hive.conf.HiveConf
 
available() - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream

B

backup(int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
BaseRecordManager - Class in org.apache.hadoop.hive.ql.util.jdbm.recman
This class manages records, which are uninterpreted blobs of data.
BaseRecordManager(String) - Constructor for class org.apache.hadoop.hive.ql.util.jdbm.recman.BaseRecordManager
Creates a record manager for the indicated file
BaseSemanticAnalyzer - Class in org.apache.hadoop.hive.ql.parse
 
BaseSemanticAnalyzer(HiveConf) - Constructor for class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
 
BaseSemanticAnalyzer.tableSpec - Class in org.apache.hadoop.hive.ql.parse
 
BaseSemanticAnalyzer.tableSpec(Hive, HiveConf, ASTNode) - Constructor for class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.tableSpec
 
beforeFirst() - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
beginColumn - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
BIGINT_TYPE_NAME - Static variable in class org.apache.hadoop.hive.serde.Constants
 
BinarySortableSerDe - Class in org.apache.hadoop.hive.serde2.binarysortable
BinarySortableSerDe can be used to write data in a way that the data can be compared byte-by-byte with the same order.
BinarySortableSerDe() - Constructor for class org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe
 
bis - Variable in class org.apache.hadoop.hive.serde2.ByteStreamTypedSerDe
 
bis_ - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
BITWISEOR - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
BITWISEOR - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
BITWISEXOR - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
BITWISEXOR - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
BLOCK - Static variable in interface org.apache.hadoop.hive.ql.util.jdbm.recman.Magic
Magic for blocks.
block - Variable in class org.apache.hadoop.hive.ql.util.jdbm.recman.PageHeader
 
BLOCK_SIZE - Static variable in class org.apache.hadoop.hive.ql.util.jdbm.recman.RecordFile
The length of a single block.
BlockIo - Class in org.apache.hadoop.hive.ql.util.jdbm.recman
This class wraps a page-sized byte array and provides methods to read and write data to and from it.
BlockIo() - Constructor for class org.apache.hadoop.hive.ql.util.jdbm.recman.BlockIo
Default constructor for serialization
BlockView - Interface in org.apache.hadoop.hive.ql.util.jdbm.recman
This is a marker interface that is implemented by classes that interpret blocks of data by pretending to be an overlay.
body() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
BOOLEAN_TYPE_NAME - Static variable in class org.apache.hadoop.hive.serde.Constants
 
BooleanObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A BooleanObjectInspector inspects an Object representing a Boolean.
booleanTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
booleanTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
booleanValue() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
bos - Variable in class org.apache.hadoop.hive.serde2.ByteStreamTypedSerDe
 
bos_ - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
BUCKET_COUNT - Static variable in class org.apache.hadoop.hive.metastore.api.Constants
 
BUCKET_FIELD_NAME - Static variable in class org.apache.hadoop.hive.metastore.api.Constants
 
BUCKETCOLS - Static variable in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
 
bufcolumn - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
buffer - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
bufferSize - Variable in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
The size of the internal buffer to use.
BufferSizeKey - Static variable in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
bufline - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
bufpos - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
ByteArrayComparator - Class in org.apache.hadoop.hive.ql.util.jdbm.helper
Comparator for byte arrays.
ByteArrayComparator() - Constructor for class org.apache.hadoop.hive.ql.util.jdbm.helper.ByteArrayComparator
 
ByteArrayRef - Class in org.apache.hadoop.hive.serde2.lazy
ByteArrayRef stores a reference to a byte array.
ByteArrayRef() - Constructor for class org.apache.hadoop.hive.serde2.lazy.ByteArrayRef
 
ByteArraySerializer - Class in org.apache.hadoop.hive.ql.util.jdbm.helper
Serializer for byte arrays -- simple returns the byte array itself.
ByteArraySerializer() - Constructor for class org.apache.hadoop.hive.ql.util.jdbm.helper.ByteArraySerializer
 
byteArrayToInt(byte[], int) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Convert the byte array to an int starting from the given offset.
byteArrayToLong(byte[], int) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Convert the byte array to a long starting from the given offset.
byteArrayToShort(byte[], int) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Convert the byte array to a short starting from the given offset.
ByteObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A ByteObjectInspector inspects an Object representing a Byte object.
bytes - Variable in class org.apache.hadoop.hive.serde2.lazy.LazyNonPrimitive
 
bytes - Variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryNonPrimitive
 
BytesRefArrayWritable - Class in org.apache.hadoop.hive.serde2.columnar
BytesRefArrayWritable holds an array reference to BytesRefWritable, and is able to resize without recreating new array if not necessary.
BytesRefArrayWritable(int) - Constructor for class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
Constructs an empty array with the specified capacity.
BytesRefArrayWritable() - Constructor for class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
Constructs an empty array with a capacity of ten.
BytesRefWritable - Class in org.apache.hadoop.hive.serde2.columnar
BytesRefWritable referenced a section of byte array.
BytesRefWritable() - Constructor for class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
Create a zero-size bytes.
BytesRefWritable(int) - Constructor for class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
Create a BytesRefWritable with length bytes.
BytesRefWritable(byte[]) - Constructor for class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
Create a BytesRefWritable referenced to the given bytes.
BytesRefWritable(byte[], int, int) - Constructor for class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
Create a BytesRefWritable referenced to one section of the given bytes.
ByteStream - Class in org.apache.hadoop.hive.serde2
Extensions to bytearrayinput/output streams
ByteStream() - Constructor for class org.apache.hadoop.hive.serde2.ByteStream
 
ByteStream.Input - Class in org.apache.hadoop.hive.serde2
 
ByteStream.Input() - Constructor for class org.apache.hadoop.hive.serde2.ByteStream.Input
 
ByteStream.Input(byte[]) - Constructor for class org.apache.hadoop.hive.serde2.ByteStream.Input
 
ByteStream.Input(byte[], int, int) - Constructor for class org.apache.hadoop.hive.serde2.ByteStream.Input
 
ByteStream.Output - Class in org.apache.hadoop.hive.serde2
 
ByteStream.Output() - Constructor for class org.apache.hadoop.hive.serde2.ByteStream.Output
 
ByteStream.Output(int) - Constructor for class org.apache.hadoop.hive.serde2.ByteStream.Output
 
ByteStreamTypedSerDe - Class in org.apache.hadoop.hive.serde2
 
ByteStreamTypedSerDe(Type) - Constructor for class org.apache.hadoop.hive.serde2.ByteStreamTypedSerDe
 
byteTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
byteTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
ByteWritable - Class in org.apache.hadoop.hive.ql.exec
 
ByteWritable(int) - Constructor for class org.apache.hadoop.hive.ql.exec.ByteWritable
 
ByteWritable() - Constructor for class org.apache.hadoop.hive.ql.exec.ByteWritable
 
byteWritable - Variable in class org.apache.hadoop.hive.ql.udf.UDFBaseBitOP
 
byteWritable - Variable in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericOp
 
byteWritable - Variable in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericUnaryOp
 
ByteWritable - Class in org.apache.hadoop.hive.serde2.io
 
ByteWritable(byte) - Constructor for class org.apache.hadoop.hive.serde2.io.ByteWritable
 
ByteWritable() - Constructor for class org.apache.hadoop.hive.serde2.io.ByteWritable
 
ByteWritable.Comparator - Class in org.apache.hadoop.hive.ql.exec
A Comparator optimized for BytesWritable.
ByteWritable.Comparator() - Constructor for class org.apache.hadoop.hive.ql.exec.ByteWritable.Comparator
 
ByteWritable.Comparator - Class in org.apache.hadoop.hive.serde2.io
A Comparator optimized for BytesWritable.
ByteWritable.Comparator() - Constructor for class org.apache.hadoop.hive.serde2.io.ByteWritable.Comparator
 

C

CACHE_SIZE - Static variable in class org.apache.hadoop.hive.ql.util.jdbm.RecordManagerOptions
Cache size (when applicable)
CACHE_TYPE - Static variable in class org.apache.hadoop.hive.ql.util.jdbm.RecordManagerOptions
Cache type.
CacheEvictionException - Exception in org.apache.hadoop.hive.ql.util.jdbm.helper
Exception that occurs during eviction of an object in the cache.
CacheEvictionException(Exception) - Constructor for exception org.apache.hadoop.hive.ql.util.jdbm.helper.CacheEvictionException
 
cacheObjectEvicted(Object) - Method in interface org.apache.hadoop.hive.ql.util.jdbm.helper.CachePolicyListener
Notification that the cache this listener is attached to is evicting the object indicated.
CachePolicy - Interface in org.apache.hadoop.hive.ql.util.jdbm.helper
CachePolicity is an abstraction for different cache policies.
CachePolicyListener - Interface in org.apache.hadoop.hive.ql.util.jdbm.helper
Callback interface between CachePolicy and a Cache implementation to notify about cached object eviction.
CacheRecordManager - Class in org.apache.hadoop.hive.ql.util.jdbm.recman
A RecordManager wrapping and caching another RecordManager.
CacheRecordManager(RecordManager, CachePolicy) - Constructor for class org.apache.hadoop.hive.ql.util.jdbm.recman.CacheRecordManager
Construct a CacheRecordManager wrapping another RecordManager and using a given cache policy.
cancel() - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
cancel() - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
cancel() - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
cancelRowUpdates() - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
caseExpression() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
castExpression() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
CharSetLiteral - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
CharSetLiteral - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
CharSetName - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
CharSetName - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
charSetString(String, String) - Static method in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
 
charSetStringLiteral() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
checkAndGenObject() - Method in class org.apache.hadoop.hive.ql.exec.CommonJoinOperator
 
checkInputFormat(FileSystem, HiveConf, Class<? extends InputFormat>, ArrayList<FileStatus>) - Static method in class org.apache.hadoop.hive.ql.io.HiveFileFormatUtils
checks if files are in same format as the given input format
checkMetastore(String, String, List<Map<String, String>>, CheckResult) - Method in class org.apache.hadoop.hive.ql.metadata.HiveMetaStoreChecker
Check the metastore for inconsistencies, data missing in either the metastore or on the dfs.
checkObjectByteInfo(ObjectInspector, byte[], int, LazyBinaryUtils.RecordInfo) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils
Check a particular field and set its size and offset in bytes based on the field type and the bytes arrays.
CheckResult - Class in org.apache.hadoop.hive.ql.metadata
Result class used by the HiveMetaStoreChecker.
CheckResult() - Constructor for class org.apache.hadoop.hive.ql.metadata.CheckResult
 
checkValidity() - Method in class org.apache.hadoop.hive.ql.metadata.Table
 
childOperators - Variable in class org.apache.hadoop.hive.ql.exec.Operator
 
childOperatorsArray - Variable in class org.apache.hadoop.hive.ql.exec.Operator
Cache childOperators in an array for faster access.
childOperatorsTag - Variable in class org.apache.hadoop.hive.ql.exec.Operator
 
children - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
childTasks - Variable in class org.apache.hadoop.hive.ql.exec.Task
 
className - Variable in class org.apache.hadoop.hive.ant.QTestGenTask
 
clear() - Method in class org.apache.hadoop.hive.ql.Context
 
clear() - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
Removes all elements.
clearBatch() - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
clearBatch() - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
clearBatch() - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
clearFetchContext() - Method in class org.apache.hadoop.hive.ql.exec.FetchOperator
Clear the context, if anything needs to be done.
clearMapRedWork(Configuration) - Static method in class org.apache.hadoop.hive.ql.exec.Utilities
 
clearNodeScope(Node) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
clearParameters() - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
clearParameters() - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
clearWarnings() - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
clearWarnings() - Method in class org.apache.hadoop.hive.jdbc.HiveConnection
 
clearWarnings() - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
clearWarnings() - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
clearWarnings() - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
CliDriver - Class in org.apache.hadoop.hive.cli
 
CliDriver() - Constructor for class org.apache.hadoop.hive.cli.CliDriver
 
clientKill() - Method in class org.apache.hadoop.hive.hwi.HWISessionItem
 
clientRenew() - Method in class org.apache.hadoop.hive.hwi.HWISessionItem
This method clears the private member variables.
clientStart() - Method in class org.apache.hadoop.hive.hwi.HWISessionItem
HWISessionItem is a Runnable instance.
CliSessionState - Class in org.apache.hadoop.hive.cli
 
CliSessionState() - Constructor for class org.apache.hadoop.hive.cli.CliSessionState
 
CliSessionState(HiveConf) - Constructor for class org.apache.hadoop.hive.cli.CliSessionState
 
CliSessionState(HiveConf, Hive) - Constructor for class org.apache.hadoop.hive.cli.CliSessionState
 
clone() - Method in exception org.apache.hadoop.hive.metastore.api.AlreadyExistsException
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.Database
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.FieldSchema
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.Index
 
clone() - Method in exception org.apache.hadoop.hive.metastore.api.IndexAlreadyExistsException
 
clone() - Method in exception org.apache.hadoop.hive.metastore.api.InvalidObjectException
 
clone() - Method in exception org.apache.hadoop.hive.metastore.api.InvalidOperationException
 
clone() - Method in exception org.apache.hadoop.hive.metastore.api.MetaException
 
clone() - Method in exception org.apache.hadoop.hive.metastore.api.NoSuchObjectException
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.Order
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.Partition
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.Schema
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.SerDeInfo
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.Table
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_unique_id_args
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_unique_id_result
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.Type
 
clone() - Method in exception org.apache.hadoop.hive.metastore.api.UnknownDBException
 
clone() - Method in exception org.apache.hadoop.hive.metastore.api.UnknownTableException
 
clone() - Method in class org.apache.hadoop.hive.metastore.api.Version
 
clone() - Method in class org.apache.hadoop.hive.ql.plan.exprNodeColumnDesc
 
clone() - Method in class org.apache.hadoop.hive.ql.plan.exprNodeConstantDesc
 
clone() - Method in class org.apache.hadoop.hive.ql.plan.exprNodeDesc
 
clone() - Method in class org.apache.hadoop.hive.ql.plan.exprNodeFieldDesc
 
clone() - Method in class org.apache.hadoop.hive.ql.plan.exprNodeFuncDesc
 
clone() - Method in class org.apache.hadoop.hive.ql.plan.exprNodeGenericFuncDesc
 
clone() - Method in class org.apache.hadoop.hive.ql.plan.exprNodeNullDesc
 
clone() - Method in class org.apache.hadoop.hive.ql.plan.partitionDesc
 
clone() - Method in class org.apache.hadoop.hive.ql.plan.tableDesc
 
clone() - Method in class org.apache.hadoop.hive.serde.test.InnerStruct
 
clone() - Method in class org.apache.hadoop.hive.serde.test.ThriftTestObj
 
clone() - Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
clone() - Method in class org.apache.hadoop.hive.serde2.thrift.test.IntString
 
clone() - Method in class org.apache.hadoop.hive.service.HiveClusterStatus
 
clone() - Method in exception org.apache.hadoop.hive.service.HiveServerException
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.execute_args
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.execute_result
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_args
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_result
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_args
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_result
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchOne_args
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchOne_result
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_args
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_result
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.getSchema_args
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.getSchema_result
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_args
 
clone() - Method in class org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_result
 
close() - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
close() - Method in class org.apache.hadoop.hive.jdbc.HiveConnection
 
close() - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
close() - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
close() - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
close() - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
close() - Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
 
close() - Method in class org.apache.hadoop.hive.ql.Driver
 
close() - Method in class org.apache.hadoop.hive.ql.exec.ExecMapper
 
close() - Method in class org.apache.hadoop.hive.ql.exec.ExecReducer
 
close(boolean) - Method in interface org.apache.hadoop.hive.ql.exec.FileSinkOperator.RecordWriter
 
close(boolean) - Method in class org.apache.hadoop.hive.ql.exec.Operator
 
close() - Method in interface org.apache.hadoop.hive.ql.exec.RecordReader
 
close(boolean) - Method in class org.apache.hadoop.hive.ql.exec.ScriptOperator
 
close() - Method in class org.apache.hadoop.hive.ql.exec.TextRecordReader
 
close() - Method in class org.apache.hadoop.hive.ql.io.FlatFileInputFormat.FlatFileRecordReader
 
close(Reporter) - Method in class org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat.IgnoreKeyWriter
 
close() - Method in class org.apache.hadoop.hive.ql.io.HiveRecordReader
 
close(Reporter) - Method in class org.apache.hadoop.hive.ql.io.IgnoreKeyTextOutputFormat.IgnoreKeyWriter
Deprecated.  
close() - Method in class org.apache.hadoop.hive.ql.io.RCFile.Reader
Close the reader.
close() - Method in class org.apache.hadoop.hive.ql.io.RCFile.Writer
 
close() - Method in class org.apache.hadoop.hive.ql.io.RCFileRecordReader
 
close() - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.BaseRecordManager
Closes the record manager.
close() - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.CacheRecordManager
Closes the record manager.
close() - Method in interface org.apache.hadoop.hive.ql.util.jdbm.RecordManager
Closes the record manager.
closeCurrent() - Static method in class org.apache.hadoop.hive.ql.metadata.Hive
 
closeNodeScope(Node, int) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
closeNodeScope(Node, boolean) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.JJTthrift_grammarState
 
closeOp(boolean) - Method in class org.apache.hadoop.hive.ql.exec.CommonJoinOperator
All done
closeOp(boolean) - Method in class org.apache.hadoop.hive.ql.exec.FileSinkOperator
 
closeOp(boolean) - Method in class org.apache.hadoop.hive.ql.exec.GroupByOperator
We need to forward all the aggregations to children.
closeOp(boolean) - Method in class org.apache.hadoop.hive.ql.exec.MapJoinOperator
 
closeOp(boolean) - Method in class org.apache.hadoop.hive.ql.exec.MapOperator
close extra child operators that are initialized but are not executed.
closeOp(boolean) - Method in class org.apache.hadoop.hive.ql.exec.Operator
Operator specific close routine.
clusterByClause() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
clusterMode - Variable in class org.apache.hadoop.hive.ant.QTestGenTask
 
cmdProperties - Variable in class org.apache.hadoop.hive.cli.CliSessionState
properties set from -hiveconf via cmdline
CodecPool - Class in org.apache.hadoop.hive.ql.io
A global compressor/decompressor pool used to save and reuse (possibly native) compression/decompression codecs.
CodecPool() - Constructor for class org.apache.hadoop.hive.ql.io.CodecPool
 
COL - Static variable in class org.apache.hadoop.hive.metastore.api.Order
 
col - Variable in class org.apache.hadoop.hive.serde2.ColumnSet
 
colExprMap - Variable in class org.apache.hadoop.hive.ql.exec.Operator
A map of output column name to input expression map.
collectDesc - Class in org.apache.hadoop.hive.ql.plan
 
collectDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.collectDesc
 
collectDesc(Integer) - Constructor for class org.apache.hadoop.hive.ql.plan.collectDesc
 
COLLECTION_DELIM - Static variable in class org.apache.hadoop.hive.serde.Constants
 
CollectionTypes - Static variable in class org.apache.hadoop.hive.serde.Constants
 
CollectOperator - Class in org.apache.hadoop.hive.ql.exec
Buffers rows emitted by other operators
CollectOperator() - Constructor for class org.apache.hadoop.hive.ql.exec.CollectOperator
 
COLNAMES - Static variable in class org.apache.hadoop.hive.metastore.api.Index
 
COLON - Static variable in class org.apache.hadoop.hive.ql.metadata.HiveUtils
 
COLON - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
COLON - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
COLON - Static variable in class org.apache.hadoop.hive.serde2.SerDeUtils
 
COLS - Static variable in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
 
colType() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
column - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
COLUMN_NUMBER_CONF_STR - Static variable in class org.apache.hadoop.hive.ql.io.RCFile
 
COLUMN_NUMBER_METADATA_STR - Static variable in class org.apache.hadoop.hive.ql.io.RCFile
 
ColumnarSerDe - Class in org.apache.hadoop.hive.serde2.columnar
ColumnarSerDe is used for columnar based storage supported by RCFile.
ColumnarSerDe() - Constructor for class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
 
ColumnarStruct - Class in org.apache.hadoop.hive.serde2.columnar
ColumnarStruct is different from LazyStruct in that ColumnarStruct's field Object get parsed at its initialize time when call ColumnarStruct.init(BytesRefArrayWritable cols), while LazyStruct parse fields in a lazy way.
ColumnarStruct(ObjectInspector) - Constructor for class org.apache.hadoop.hive.serde2.columnar.ColumnarStruct
Construct a ColumnarStruct object with the TypeInfo.
ColumnInfo - Class in org.apache.hadoop.hive.ql.exec
Implementation for ColumnInfo which contains the internal name for the column (the one that is used by the operator to access the column) and the type (identified by a java class).
ColumnInfo() - Constructor for class org.apache.hadoop.hive.ql.exec.ColumnInfo
 
ColumnInfo(String, TypeInfo, String, boolean) - Constructor for class org.apache.hadoop.hive.ql.exec.ColumnInfo
 
ColumnInfo(String, Class, String, boolean) - Constructor for class org.apache.hadoop.hive.ql.exec.ColumnInfo
 
columnName() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
columnNameList() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
columnNameOrder() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
columnNameOrderList() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
columnNameType() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
columnNameTypeList() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
ColumnPruner - Class in org.apache.hadoop.hive.ql.optimizer
Implementation of one of the rule-based optimization steps.
ColumnPruner() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ColumnPruner
empty constructor
ColumnPruner.ColumnPrunerWalker - Class in org.apache.hadoop.hive.ql.optimizer
Walks the op tree in post order fashion (skips selects with file sink or script op children)
ColumnPruner.ColumnPrunerWalker(Dispatcher) - Constructor for class org.apache.hadoop.hive.ql.optimizer.ColumnPruner.ColumnPrunerWalker
 
ColumnPrunerProcCtx - Class in org.apache.hadoop.hive.ql.optimizer
This class implements the processor context for Column Pruner.
ColumnPrunerProcCtx(HashMap<Operator<? extends Serializable>, OpParseContext>) - Constructor for class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcCtx
 
ColumnPrunerProcFactory - Class in org.apache.hadoop.hive.ql.optimizer
Factory for generating the different node processors used by ColumnPruner.
ColumnPrunerProcFactory() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory
 
ColumnPrunerProcFactory.ColumnPrunerDefaultProc - Class in org.apache.hadoop.hive.ql.optimizer
The Default Node Processor for Column Pruning.
ColumnPrunerProcFactory.ColumnPrunerDefaultProc() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory.ColumnPrunerDefaultProc
 
ColumnPrunerProcFactory.ColumnPrunerFilterProc - Class in org.apache.hadoop.hive.ql.optimizer
Node Processor for Column Pruning on Filter Operators.
ColumnPrunerProcFactory.ColumnPrunerFilterProc() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory.ColumnPrunerFilterProc
 
ColumnPrunerProcFactory.ColumnPrunerGroupByProc - Class in org.apache.hadoop.hive.ql.optimizer
Node Processor for Column Pruning on Group By Operators.
ColumnPrunerProcFactory.ColumnPrunerGroupByProc() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory.ColumnPrunerGroupByProc
 
ColumnPrunerProcFactory.ColumnPrunerJoinProc - Class in org.apache.hadoop.hive.ql.optimizer
The Node Processor for Column Pruning on Join Operators.
ColumnPrunerProcFactory.ColumnPrunerJoinProc() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory.ColumnPrunerJoinProc
 
ColumnPrunerProcFactory.ColumnPrunerMapJoinProc - Class in org.apache.hadoop.hive.ql.optimizer
The Node Processor for Column Pruning on Map Join Operators.
ColumnPrunerProcFactory.ColumnPrunerMapJoinProc() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory.ColumnPrunerMapJoinProc
 
ColumnPrunerProcFactory.ColumnPrunerReduceSinkProc - Class in org.apache.hadoop.hive.ql.optimizer
The Node Processor for Column Pruning on Reduce Sink Operators.
ColumnPrunerProcFactory.ColumnPrunerReduceSinkProc() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory.ColumnPrunerReduceSinkProc
 
ColumnPrunerProcFactory.ColumnPrunerSelectProc - Class in org.apache.hadoop.hive.ql.optimizer
The Node Processor for Column Pruning on Select Operators.
ColumnPrunerProcFactory.ColumnPrunerSelectProc() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory.ColumnPrunerSelectProc
 
ColumnPrunerProcFactory.ColumnPrunerTableScanProc - Class in org.apache.hadoop.hive.ql.optimizer
The Node Processor for Column Pruning on Table Scan Operators.
ColumnPrunerProcFactory.ColumnPrunerTableScanProc() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcFactory.ColumnPrunerTableScanProc
 
columnRefOrder() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
columns - Variable in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
For a single row, the split on the primary separator
COLUMNS_BUFFER_SIZE_CONF_STR - Static variable in class org.apache.hadoop.hive.ql.io.RCFile.Writer
 
ColumnSet - Class in org.apache.hadoop.hive.serde2
 
ColumnSet() - Constructor for class org.apache.hadoop.hive.serde2.ColumnSet
 
ColumnSet(ArrayList<String>) - Constructor for class org.apache.hadoop.hive.serde2.ColumnSet
 
COMMA - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
COMMA - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
COMMA - Static variable in class org.apache.hadoop.hive.serde2.SerDeUtils
 
CommandProcessor - Interface in org.apache.hadoop.hive.ql.processors
 
CommandProcessorFactory - Class in org.apache.hadoop.hive.ql.processors
 
CommandProcessorFactory() - Constructor for class org.apache.hadoop.hive.ql.processors.CommandProcessorFactory
 
CommaOrSemicolon() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
COMMENT - Static variable in class org.apache.hadoop.hive.metastore.api.FieldSchema
 
COMMENT - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
COMMENT - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
COMMENTS - Static variable in class org.apache.hadoop.hive.metastore.api.Version
 
commit() - Method in class org.apache.hadoop.hive.jdbc.HiveConnection
 
commit() - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.BaseRecordManager
Commit (make persistent) all changes since beginning of transaction.
commit() - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.CacheRecordManager
Commit (make persistent) all changes since beginning of transaction.
commit() - Method in interface org.apache.hadoop.hive.ql.util.jdbm.RecordManager
Commit (make persistent) all changes since beginning of transaction.
commitTransaction() - Method in class org.apache.hadoop.hive.metastore.ObjectStore
if this is the commit of the first open call then an actual commit is called.
commitTransaction() - Method in interface org.apache.hadoop.hive.metastore.RawStore
if this is the commit of the first open call then an actual commit is called.
CommonJoinOperator<T extends joinDesc> - Class in org.apache.hadoop.hive.ql.exec
Join operator implementation.
CommonJoinOperator() - Constructor for class org.apache.hadoop.hive.ql.exec.CommonJoinOperator
 
CommonJoinOperator.IntermediateObject - Class in org.apache.hadoop.hive.ql.exec
 
CommonJoinOperator.IntermediateObject(ArrayList<Object>[], int) - Constructor for class org.apache.hadoop.hive.ql.exec.CommonJoinOperator.IntermediateObject
 
commonKey - Variable in class org.apache.hadoop.hive.ql.exec.FileSinkOperator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hive.ql.exec.ByteWritable.Comparator
Compare the buffers in serialized form.
compare(Object, Object) - Method in class org.apache.hadoop.hive.ql.exec.ExplainTask.MethodComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hive.ql.io.HiveKey.Comparator
Compare the buffers in serialized form.
compare(Object, Object) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.ByteArrayComparator
Compare two objects.
compare(Object, Object) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.IntegerComparator
Compare two objects.
compare(Object, Object) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.LongComparator
Compare two objects.
compare(Object, Object) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.ObjectBAComparator
Compare two objects.
compare(Object, Object) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.StringComparator
Compare two objects.
compare(Object, Object) - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.TransactionManager.BlockIoComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hive.serde2.io.ByteWritable.Comparator
Compare the buffers in serialized form.
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hive.serde2.io.ShortWritable.Comparator
Compare the buffers in serialized form.
compare(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
Returns -1 if the first byte sequence is lexicographically less than the second; returns +1 if the second byte sequence is lexicographically less than the first; otherwise return 0.
compare(Object[], ObjectInspector[], Object[], ObjectInspector[]) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Compare two arrays of objects with their respective arrays of ObjectInspectors.
compare(Object, ObjectInspector, Object, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Compare two objects with their respective ObjectInspectors.
compareByteArray(byte[], byte[]) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.helper.ByteArrayComparator
Compare two byte arrays.
compareByteArray(byte[], byte[]) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.helper.ObjectBAComparator
Compare two byte arrays.
comparePrimitiveObjects(Object, PrimitiveObjectInspector, Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Compare 2 primitive objects.
comparePrimitiveObjectsWithConversion(Object, PrimitiveObjectInspector, Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Compare 2 Primitive Objects with their Object Inspector, conversions allowed.
compareText(Text, Text) - Method in interface org.apache.hadoop.hive.shims.HadoopShims
We define this function here to make the code compatible between hadoop 0.17 and hadoop 0.20.
compareTo(Object) - Method in class org.apache.hadoop.hive.hwi.HWIAuth
HWIAuth is used in SortedSets(s) the compartTo method is required
compareTo(HWISessionItem) - Method in class org.apache.hadoop.hive.hwi.HWISessionItem
 
compareTo(Object) - Method in class org.apache.hadoop.hive.ql.exec.ByteWritable
Compares two ByteWritables.
compareTo(BytesRefArrayWritable) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
compareTo(BytesRefWritable) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
compareTo(Object) - Method in class org.apache.hadoop.hive.serde2.io.ByteWritable
Compares two ByteWritables.
compareTo(Object) - Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable
 
compareTo(Object) - Method in class org.apache.hadoop.hive.serde2.io.ShortWritable
 
ComparisonOpMethodResolver - Class in org.apache.hadoop.hive.ql.exec
The class implements the method resolution for overloaded comparison operators.
ComparisonOpMethodResolver(Class<? extends UDF>) - Constructor for class org.apache.hadoop.hive.ql.exec.ComparisonOpMethodResolver
Constuctor.
compile(String) - Method in class org.apache.hadoop.hive.ql.Driver
Compile a new query.
Complex - Class in org.apache.hadoop.hive.serde2.thrift.test
 
Complex() - Constructor for class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
Complex(int, String, List<Integer>, List<String>, List<IntString>, Map<String, String>) - Constructor for class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
Complex(Complex) - Constructor for class org.apache.hadoop.hive.serde2.thrift.test.Complex
Performs a deep copy on other.
complexSplit(String, Pattern) - Method in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
Split the line based on a complex regex pattern
COMPRESSED - Static variable in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
 
computeValues(Object, List<ExprNodeEvaluator>, List<ObjectInspector>) - Static method in class org.apache.hadoop.hive.ql.exec.CommonJoinOperator
Return the value as a standard object.
ConditionalResolver - Interface in org.apache.hadoop.hive.ql.plan
Conditional task resolution interface.
ConditionalResolverMergeFiles - Class in org.apache.hadoop.hive.ql.plan
Conditional task resolution interface.
ConditionalResolverMergeFiles() - Constructor for class org.apache.hadoop.hive.ql.plan.ConditionalResolverMergeFiles
 
ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx - Class in org.apache.hadoop.hive.ql.plan
 
ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx() - Constructor for class org.apache.hadoop.hive.ql.plan.ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx
 
ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx(List<Task<? extends Serializable>>, String) - Constructor for class org.apache.hadoop.hive.ql.plan.ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx
 
ConditionalTask - Class in org.apache.hadoop.hive.ql.exec
Conditional Task implementation
ConditionalTask() - Constructor for class org.apache.hadoop.hive.ql.exec.ConditionalTask
 
ConditionalWork - Class in org.apache.hadoop.hive.ql.plan
 
ConditionalWork() - Constructor for class org.apache.hadoop.hive.ql.plan.ConditionalWork
 
ConditionalWork(List<? extends Serializable>) - Constructor for class org.apache.hadoop.hive.ql.plan.ConditionalWork
 
condn - Variable in class org.apache.hadoop.hive.ql.exec.CommonJoinOperator
 
conds - Variable in class org.apache.hadoop.hive.ql.plan.joinDesc
 
conf - Variable in class org.apache.hadoop.hive.ql.exec.Operator
 
conf - Variable in class org.apache.hadoop.hive.ql.exec.Task
 
conf - Variable in class org.apache.hadoop.hive.ql.io.RCFileRecordReader
 
conf - Variable in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
 
conf - Variable in class org.apache.hadoop.hive.ql.session.SessionState
current configuration
ConfigurableTProtocol - Interface in org.apache.hadoop.hive.serde2.thrift
An interface for TProtocols that need to have properties passed in to initialize them.
configure(JobConf) - Method in class org.apache.hadoop.hive.ql.exec.ExecMapper
 
configure(JobConf) - Method in class org.apache.hadoop.hive.ql.exec.ExecReducer
 
configure(JobConf) - Method in class org.apache.hadoop.hive.ql.io.HiveInputFormat
 
connect(String, Properties) - Method in class org.apache.hadoop.hive.jdbc.HiveDriver
 
console - Variable in class org.apache.hadoop.hive.ql.exec.FetchOperator
 
console - Variable in class org.apache.hadoop.hive.ql.exec.Task
 
console - Variable in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
 
console - Static variable in class org.apache.hadoop.hive.ql.processors.AddResourceProcessor
 
console - Static variable in class org.apache.hadoop.hive.ql.processors.DeleteResourceProcessor
 
console - Static variable in class org.apache.hadoop.hive.ql.processors.DfsProcessor
 
Const() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
constant() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
Constants - Class in org.apache.hadoop.hive.metastore.api
 
Constants() - Constructor for class org.apache.hadoop.hive.metastore.api.Constants
 
Constants - Class in org.apache.hadoop.hive.serde
 
Constants() - Constructor for class org.apache.hadoop.hive.serde.Constants
 
Constants - Class in org.apache.hadoop.hive.serde2.thrift.test
 
Constants() - Constructor for class org.apache.hadoop.hive.serde2.thrift.test.Constants
 
Constants - Class in org.apache.hadoop.hive.service
 
Constants() - Constructor for class org.apache.hadoop.hive.service.Constants
 
ConstList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
ConstListContents() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
ConstMap() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
ConstMapContents() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
ConstValue() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
contains(BytesRefWritable) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
Returns true if this instance contains one or more the specified BytesRefWritable.
contentsEqual(InputStream, InputStream, boolean) - Static method in class org.apache.hadoop.hive.ql.exec.Utilities
 
Context - Class in org.apache.hadoop.hive.ql
Context for Semantic Analyzers.
Context() - Constructor for class org.apache.hadoop.hive.ql.Context
 
Context(HiveConf) - Constructor for class org.apache.hadoop.hive.ql.Context
 
contextDestroyed(ServletContextEvent) - Method in class org.apache.hadoop.hive.hwi.HWIContextListener
When the Hive Web Interface is closing we locate the Runnable HiveSessionManager and set it's internal goOn variable to false.
contextInitialized(ServletContextEvent) - Method in class org.apache.hadoop.hive.hwi.HWIContextListener
The Hive Web Interface manages multiple hive sessions.
Conversion - Class in org.apache.hadoop.hive.ql.util.jdbm.helper
Miscelaneous conversion utility methods.
Conversion() - Constructor for class org.apache.hadoop.hive.ql.util.jdbm.helper.Conversion
 
convert(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorConverters.Converter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.BooleanConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.ByteConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.DoubleConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.FloatConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.IntConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.LongConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.ShortConverter
 
convert(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.TextConverter
 
convertIfNecessary(Object...) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUtils.PrimitiveConversionHelper
 
convertIfNecessary(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUtils.ReturnObjectInspectorResolver
Convert the return Object if necessary (when the ObjectInspectors of different possibilities are not all the same).
convertParameters(Method, List<exprNodeDesc>) - Static method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
 
convertPathToStringArray(List<Path>) - Static method in class org.apache.hadoop.hive.ql.plan.fetchWork
 
convertPrimitiveToDouble(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Convert a primitive object to double.
convertStringToPathArray(List<String>) - Static method in class org.apache.hadoop.hive.ql.plan.fetchWork
 
convertToByteArray(String) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.helper.Conversion
Convert a string into a byte array.
convertToByteArray(byte) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.helper.Conversion
Convert a byte into a byte array.
convertToByteArray(short) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.helper.Conversion
Convert a short into a byte array.
convertToByteArray(int) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.helper.Conversion
Convert an int into a byte array.
convertToByteArray(long) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.helper.Conversion
Convert a long into a byte array.
convertToInt(byte[]) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.helper.Conversion
Convert a byte array into an integer (signed 32-bit) value.
convertToLong(byte[]) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.helper.Conversion
Convert a byte array into a long (signed 64-bit) value.
convertToString(byte[]) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.helper.Conversion
Convert a byte array (encoded as UTF-8) into a String
convertToString(byte[], int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
Convert a UTF-8 byte array to String.
convertUTF8WithBuf(byte[], char[], int, int) - Static method in class org.apache.hadoop.hive.ql.io.NonSyncDataInputBuffer
 
copyFiles(Path, Path, FileSystem) - Static method in class org.apache.hadoop.hive.ql.metadata.Hive
 
copyFiles(Path) - Method in class org.apache.hadoop.hive.ql.metadata.Table
Inserts files specified into the partition.
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBooleanObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyByteObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyDoubleObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyFloatObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyIntObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyLongObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyShortObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyStringObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyVoidObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveJavaObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBooleanObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableByteObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDoubleObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableFloatObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableIntObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableLongObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableShortObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableStringObjectInspector
 
copyObject(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableVoidObjectInspector
 
copyObject(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
Get a copy of the Object in the same class, so the return value can be stored independently of the parameter.
CopyTask - Class in org.apache.hadoop.hive.ql.exec
CopyTask implementation
CopyTask() - Constructor for class org.apache.hadoop.hive.ql.exec.CopyTask
 
copyToStandardObject(Object, ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
Returns a deep copy of the Object o that can be scanned by a StandardObjectInspector returned by getStandardObjectInspector(oi).
copyToStandardObject(Object, ObjectInspector, ObjectInspectorUtils.ObjectInspectorCopyOption) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.ObjectInspectorUtils
 
copyWork - Class in org.apache.hadoop.hive.ql.plan
 
copyWork() - Constructor for class org.apache.hadoop.hive.ql.plan.copyWork
 
copyWork(String, String) - Constructor for class org.apache.hadoop.hive.ql.plan.copyWork
 
cost(Stack<Node>) - Method in interface org.apache.hadoop.hive.ql.lib.Rule
 
cost(Stack<Node>) - Method in class org.apache.hadoop.hive.ql.lib.RuleRegExp
This function returns the cost of the rule for the specified stack.
countJobs(List<Task<? extends Serializable>>) - Method in class org.apache.hadoop.hive.ql.Driver
 
countJobs(List<Task<? extends Serializable>>, List<Task<? extends Serializable>>) - Method in class org.apache.hadoop.hive.ql.Driver
 
countSel() - Method in class org.apache.hadoop.hive.ql.parse.QB
 
countSelDi() - Method in class org.apache.hadoop.hive.ql.parse.QB
 
create(boolean) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableBooleanObjectInspector
Create an object with the value.
create(byte) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableByteObjectInspector
Create an object with the value.
create(double) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableDoubleObjectInspector
Create an object with the value.
create(float) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableFloatObjectInspector
Create an object with the value.
create(int) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableIntObjectInspector
Create an object with the value.
create(long) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableLongObjectInspector
Create an object with the value.
create(short) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableShortObjectInspector
Create an object with the value.
create(Text) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableStringObjectInspector
Create an object with the value.
create(String) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.SettableStringObjectInspector
Create an object with the value.
create(boolean) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBooleanObjectInspector
 
create(byte) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableByteObjectInspector
 
create(double) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDoubleObjectInspector
 
create(float) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableFloatObjectInspector
 
create(int) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableIntObjectInspector
 
create(long) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableLongObjectInspector
 
create(short) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableShortObjectInspector
 
create(Text) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableStringObjectInspector
 
create(String) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableStringObjectInspector
 
create_database(String, String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
create_database(String, String) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
create_database(String, String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
create_index(Index) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
create_table(Table) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
create_table(Table) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
create_table(Table) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
create_type(Type) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
create_type(Type) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
create_type(Type) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
createArrayOf(String, Object[]) - Method in class org.apache.hadoop.hive.jdbc.HiveConnection
 
createBlob() - Method in class org.apache.hadoop.hive.jdbc.HiveConnection
 
createClob() - Method in class org.apache.hadoop.hive.jdbc.HiveConnection
 
createColumnarStructInspector(List<String>, List<TypeInfo>, byte[], Text, boolean, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyFactory
Create a hierarchical ObjectInspector for ColumnarStruct with the given columnNames and columnTypeInfos.
createColumnsetSchema(String, List<String>, List<String>, Configuration) - Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
 
createCompressedStream(JobConf, OutputStream) - Static method in class org.apache.hadoop.hive.ql.exec.Utilities
Convert an output stream to a compressed output stream based on codecs and compression options specified in the Job Configuration.
createCompressedStream(JobConf, OutputStream, boolean) - Static method in class org.apache.hadoop.hive.ql.exec.Utilities
Convert an output stream to a compressed output stream based on codecs codecs in the Job Configuration.
createDatabase(String, String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
createDatabase(String, String) - Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
 
createDatabase(Database) - Method in class org.apache.hadoop.hive.metastore.ObjectStore
 
createDatabase(String) - Method in class org.apache.hadoop.hive.metastore.ObjectStore
 
createDatabase(Database) - Method in interface org.apache.hadoop.hive.metastore.RawStore
 
createDatabase(String) - Method in interface org.apache.hadoop.hive.metastore.RawStore
 
createDatabase(String, String) - Method in class org.apache.hadoop.hive.ql.metadata.Hive
 
createFilter(Operator, ExprWalkerInfo, OpWalkerInfo) - Static method in class org.apache.hadoop.hive.ql.ppd.OpProcFactory
 
createFunctionDesc - Class in org.apache.hadoop.hive.ql.plan
 
createFunctionDesc(String, String) - Constructor for class org.apache.hadoop.hive.ql.plan.createFunctionDesc
 
createFunctionStatement() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
createGenericUDAFEvaluator() - Method in class org.apache.hadoop.hive.ql.plan.aggregationDesc
 
createInstance(RecordManager) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.htree.HTree
Create a persistent hashtable.
createKey() - Method in class org.apache.hadoop.hive.ql.io.FlatFileInputFormat.FlatFileRecordReader
 
createKey() - Method in class org.apache.hadoop.hive.ql.io.HiveRecordReader
 
createKey() - Method in class org.apache.hadoop.hive.ql.io.RCFileRecordReader
 
createLazyBinaryObject(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryFactory
Create a hierarchical LazyBinaryObject based on the given typeInfo.
createLazyBinaryPrimitiveClass(PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryFactory
Create a lazy binary primitive class given the type name.
createLazyObject(ObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyFactory
Create a hierarchical LazyObject based on the given typeInfo.
createLazyObjectInspector(TypeInfo, byte[], int, Text, boolean, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyFactory
Create a hierarchical ObjectInspector for LazyObject with the given typeInfo.
createLazyPrimitiveClass(PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyFactory
Create a lazy primitive class given the type name.
createLazyStructInspector(List<String>, List<TypeInfo>, byte[], Text, boolean, boolean, byte) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyFactory
Create a hierarchical ObjectInspector for LazyStruct with the given columnNames and columnTypeInfos.
createNClob() - Method in class org.apache.hadoop.hive.jdbc.HiveConnection
 
createPartition(Table, Map<String, String>) - Method in class org.apache.hadoop.hive.ql.metadata.Hive
Creates a partition.
createPartition(Table, Map<String, String>, Path) - Method in class org.apache.hadoop.hive.ql.metadata.Hive
Creates a partition
createRCFileWriter(JobConf, FileSystem, Path, boolean) - Static method in class org.apache.hadoop.hive.ql.exec.Utilities
Create a RCFile output stream based on job configuration Uses user supplied compression flag (rather than obtaining it from the Job Configuration)
createRecordManager(String, Properties) - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.Provider
Create a default implementation record manager.
createRecordManager(String) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.RecordManagerFactory
Create a record manager.
createRecordManager(String, Properties) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.RecordManagerFactory
Create a record manager.
createRecordManager(String, Properties) - Method in interface org.apache.hadoop.hive.ql.util.jdbm.RecordManagerProvider
Create a record manager.
createRow() - Method in interface org.apache.hadoop.hive.ql.exec.RecordReader
 
createRow() - Method in class org.apache.hadoop.hive.ql.exec.TextRecordReader
 
CreateSequenceFile - Class in org.apache.hadoop.hive.serde2.thrift_test
 
CreateSequenceFile() - Constructor for class org.apache.hadoop.hive.serde2.thrift_test.CreateSequenceFile
 
CreateSequenceFile.ThriftSerializer - Class in org.apache.hadoop.hive.serde2.thrift_test
 
CreateSequenceFile.ThriftSerializer() - Constructor for class org.apache.hadoop.hive.serde2.thrift_test.CreateSequenceFile.ThriftSerializer
 
createSequenceWriter(JobConf, FileSystem, Path, Class<?>, Class<?>) - Static method in class org.apache.hadoop.hive.ql.exec.Utilities
Create a sequencefile output stream based on job configuration
createSequenceWriter(JobConf, FileSystem, Path, Class<?>, Class<?>, boolean) - Static method in class org.apache.hadoop.hive.ql.exec.Utilities
Create a sequencefile output stream based on job configuration Uses user supplied compression flag (rather than obtaining it from the Job Configuration)
createSession(HWIAuth, String) - Method in class org.apache.hadoop.hive.hwi.HWISessionManager
Here we handle creating the SessionItem, we do this for the JSP client because we need to set parameters the client is not aware of.
createSpec(Partition) - Method in class org.apache.hadoop.hive.ql.metadata.Table
Creates a partition name -> value spec map object
createSQLXML() - Method in class org.apache.hadoop.hive.jdbc.HiveConnection
 
createStatement() - Method in class org.apache.hadoop.hive.jdbc.HiveConnection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class org.apache.hadoop.hive.jdbc.HiveConnection
 
createStatement(int, int, int) - Method in class org.apache.hadoop.hive.jdbc.HiveConnection
 
createStatement() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
createStruct(String, Object[]) - Method in class org.apache.hadoop.hive.jdbc.HiveConnection
 
createTable(Table) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
createTable(Table) - Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
 
createTable(Table) - Method in class org.apache.hadoop.hive.metastore.ObjectStore
 
createTable(Table) - Method in interface org.apache.hadoop.hive.metastore.RawStore
 
createTable(String, List<String>, List<String>, Class<? extends InputFormat>, Class<?>) - Method in class org.apache.hadoop.hive.ql.metadata.Hive
Creates a table metdata and the directory for the table data
createTable(String, List<String>, List<String>, Class<? extends InputFormat>, Class<?>, int, List<String>) - Method in class org.apache.hadoop.hive.ql.metadata.Hive
Creates a table metdata and the directory for the table data
createTable(Table) - Method in class org.apache.hadoop.hive.ql.metadata.Hive
Creates the table with the give objects
createTable(Table, boolean) - Method in class org.apache.hadoop.hive.ql.metadata.Hive
Creates the table with the give objects
createTableDesc - Class in org.apache.hadoop.hive.ql.plan
 
createTableDesc(String, boolean, List<FieldSchema>, List<FieldSchema>, List<String>, List<Order>, int, String, String, String, String, String, String, String, String, String, String, Map<String, String>, boolean) - Constructor for class org.apache.hadoop.hive.ql.plan.createTableDesc
 
createTableLikeDesc - Class in org.apache.hadoop.hive.ql.plan
 
createTableLikeDesc(String, boolean, String, boolean, String) - Constructor for class org.apache.hadoop.hive.ql.plan.createTableLikeDesc
 
CREATETIME - Static variable in class org.apache.hadoop.hive.metastore.api.Partition
 
CREATETIME - Static variable in class org.apache.hadoop.hive.metastore.api.Table
 
createType(Type) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
createType(Type) - Method in class org.apache.hadoop.hive.metastore.ObjectStore
 
createType(Type) - Method in interface org.apache.hadoop.hive.metastore.RawStore
 
createValue() - Method in class org.apache.hadoop.hive.ql.io.FlatFileInputFormat.FlatFileRecordReader
 
createValue() - Method in class org.apache.hadoop.hive.ql.io.HiveRecordReader
 
createValue() - Method in class org.apache.hadoop.hive.ql.io.RCFileRecordReader
 
ctrlaCode - Static variable in class org.apache.hadoop.hive.ql.exec.Utilities
 
ctx - Variable in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
 
curChar - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTokenManager
 
currCount - Variable in class org.apache.hadoop.hive.ql.exec.LimitOperator
 
currentKeyObjectInspectors - Variable in class org.apache.hadoop.hive.ql.exec.GroupByOperator
 
currentKeys - Variable in class org.apache.hadoop.hive.ql.exec.GroupByOperator
 
currentToken - Variable in exception org.apache.hadoop.hive.serde2.dynamic_type.ParseException
This is the last token that has been consumed successfully.
currentValueBuffer() - Method in class org.apache.hadoop.hive.ql.io.RCFile.Reader
 

D

Database - Class in org.apache.hadoop.hive.metastore.api
 
Database() - Constructor for class org.apache.hadoop.hive.metastore.api.Database
 
Database(String, String) - Constructor for class org.apache.hadoop.hive.metastore.api.Database
 
Database(Database) - Constructor for class org.apache.hadoop.hive.metastore.api.Database
Performs a deep copy on other.
dataDefinitionCausesTransactionCommit() - Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
 
DATE_TYPE_NAME - Static variable in class org.apache.hadoop.hive.serde.Constants
 
DATETIME_TYPE_NAME - Static variable in class org.apache.hadoop.hive.serde.Constants
 
db - Variable in class org.apache.hadoop.hive.ql.exec.Task
 
db - Variable in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
 
db - Variable in class org.apache.hadoop.hive.ql.session.SessionState
cached current connection to Hive MetaStore
DB_NAME - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_args
 
DB_NAME - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args
 
DB_NAME - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args
 
DB_NAME - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_args
 
DB_NAME - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args
 
DB_NAME - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_args
 
DB_NAME - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_args
 
DB_NAME - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_args
 
DB_NAME - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_args
 
DBNAME - Static variable in class org.apache.hadoop.hive.metastore.api.Index
 
DBNAME - Static variable in class org.apache.hadoop.hive.metastore.api.Partition
 
DBNAME - Static variable in class org.apache.hadoop.hive.metastore.api.Table
 
DBNAME - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_args
 
DBNAME - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_args
 
DBNAME - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_args
 
ddlDesc - Class in org.apache.hadoop.hive.ql.plan
 
ddlDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.ddlDesc
 
DDLSemanticAnalyzer - Class in org.apache.hadoop.hive.ql.parse
 
DDLSemanticAnalyzer(HiveConf) - Constructor for class org.apache.hadoop.hive.ql.parse.DDLSemanticAnalyzer
 
ddlStatement() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
DDLTask - Class in org.apache.hadoop.hive.ql.exec
DDLTask implementation
DDLTask() - Constructor for class org.apache.hadoop.hive.ql.exec.DDLTask
 
DDLWork - Class in org.apache.hadoop.hive.ql.plan
 
DDLWork() - Constructor for class org.apache.hadoop.hive.ql.plan.DDLWork
 
DDLWork(alterTableDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.DDLWork
 
DDLWork(createTableDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.DDLWork
 
DDLWork(createTableLikeDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.DDLWork
 
DDLWork(dropTableDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.DDLWork
 
DDLWork(descTableDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.DDLWork
 
DDLWork(showTablesDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.DDLWork
 
DDLWork(showFunctionsDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.DDLWork
 
DDLWork(descFunctionDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.DDLWork
 
DDLWork(showPartitionsDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.DDLWork
 
DDLWork(AddPartitionDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.DDLWork
 
DDLWork(MsckDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.DDLWork
 
DEBUG - Static variable in class org.apache.hadoop.hive.ql.util.jdbm.recman.BaseRecordManager
Static debugging flag
debugStream - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarTokenManager
Debug output.
DEFAULT - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
Lexical state.
DEFAULT_DATABASE_NAME - Static variable in class org.apache.hadoop.hive.metastore.MetaStoreUtils
 
defaultBoolVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
defaultFloatVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
DefaultGraphWalker - Class in org.apache.hadoop.hive.ql.lib
base class for operator graph walker this class takes list of starting ops and walks them one by one.
DefaultGraphWalker(Dispatcher) - Constructor for class org.apache.hadoop.hive.ql.lib.DefaultGraphWalker
Constructor
defaultIntVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
defaultLongVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
defaultMapSeparator - Static variable in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
defaultNullString - Static variable in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 
defaultPrimarySeparator - Static variable in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
These are defaults, but for now leaving them like this
defaultRowSeparator - Static variable in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
DefaultRuleDispatcher - Class in org.apache.hadoop.hive.ql.lib
Dispatches calls to relevant method in processor.
DefaultRuleDispatcher(NodeProcessor, Map<Rule, NodeProcessor>, NodeProcessorCtx) - Constructor for class org.apache.hadoop.hive.ql.lib.DefaultRuleDispatcher
constructor
defaultSecondarySeparator - Static variable in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
 
DefaultSeparator - Static variable in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 
DefaultSeparators - Static variable in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
 
DefaultSerializer - Class in org.apache.hadoop.hive.ql.util.jdbm.helper
Default java serializer.
DefaultSerializer() - Constructor for class org.apache.hadoop.hive.ql.util.jdbm.helper.DefaultSerializer
Construct a DefaultSerializer.
defaultTd - Static variable in class org.apache.hadoop.hive.ql.exec.Utilities
 
DefaultUDAFEvaluatorResolver - Class in org.apache.hadoop.hive.ql.exec
The default UDAF Method resolver.
DefaultUDAFEvaluatorResolver(Class<? extends UDAF>) - Constructor for class org.apache.hadoop.hive.ql.exec.DefaultUDAFEvaluatorResolver
Constructor.
DefaultUDFMethodResolver - Class in org.apache.hadoop.hive.ql.exec
The default UDF Method resolver.
DefaultUDFMethodResolver(Class<? extends UDF>) - Constructor for class org.apache.hadoop.hive.ql.exec.DefaultUDFMethodResolver
Constructor.
defaultVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
Definition() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
DefinitionType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
delete(long) - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.BaseRecordManager
Deletes a record.
delete(long) - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.CacheRecordManager
Deletes a record.
delete(long) - Method in interface org.apache.hadoop.hive.ql.util.jdbm.RecordManager
Deletes a record.
delete_resource(SessionState.ResourceType, String) - Method in class org.apache.hadoop.hive.ql.session.SessionState
 
delete_resource(SessionState.ResourceType) - Method in class org.apache.hadoop.hive.ql.session.SessionState
 
DELETEDATA - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args
 
DELETEDATA - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_args
 
deleteDir(Path, boolean) - Method in class org.apache.hadoop.hive.metastore.Warehouse
 
DeleteResourceProcessor - Class in org.apache.hadoop.hive.ql.processors
 
DeleteResourceProcessor() - Constructor for class org.apache.hadoop.hive.ql.processors.DeleteResourceProcessor
 
deleteRow() - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
deletesAreDetected(int) - Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
 
deleteWHDirectory(Path, Configuration, boolean) - Static method in class org.apache.hadoop.hive.metastore.MetaStoreUtils
 
desc - Variable in class org.apache.hadoop.hive.ql.exec.ExprNodeFieldEvaluator
 
descClass - Variable in class org.apache.hadoop.hive.ql.exec.OperatorFactory.opTuple
 
descFunctionDesc - Class in org.apache.hadoop.hive.ql.plan
 
descFunctionDesc(Path) - Constructor for class org.apache.hadoop.hive.ql.plan.descFunctionDesc
 
descFunctionDesc(Path, String, boolean) - Constructor for class org.apache.hadoop.hive.ql.plan.descFunctionDesc
 
DESCRIPTION - Static variable in class org.apache.hadoop.hive.metastore.api.Database
 
DESCRIPTION - Static variable in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_args
 
description - Annotation Type in org.apache.hadoop.hive.ql.exec
 
descStatement() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
descTableDesc - Class in org.apache.hadoop.hive.ql.plan
 
descTableDesc(Path, String, HashMap<String, String>, boolean) - Constructor for class org.apache.hadoop.hive.ql.plan.descTableDesc
 
deserialize(byte[]) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.ByteArraySerializer
Deserialize the content of an object from a byte array.
deserialize(byte[]) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.DefaultSerializer
Deserialize the content of an object from a byte array.
deserialize(byte[]) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.IntegerSerializer
Deserialize the content of an object from a byte array.
deserialize(byte[]) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.LongSerializer
Deserialize the content of an object from a byte array.
deserialize(byte[]) - Static method in class org.apache.hadoop.hive.ql.util.jdbm.helper.Serialization
Deserialize an object from a byte array
deserialize(byte[]) - Method in interface org.apache.hadoop.hive.ql.util.jdbm.helper.Serializer
Deserialize the content of an object from a byte array.
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.ByteStreamTypedSerDe
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe
Deserialize a row from the Writable to a LazyObject.
deserialize(Writable) - Method in interface org.apache.hadoop.hive.serde2.Deserializer
Deserialize an object out of a Writable blob.
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
 
deserialize(TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeByte
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeByte
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypedef
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei16
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei64
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
NOTE: Set is not supported by Hive yet.
deserialize(TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
 
deserialize(Object, TProtocol) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
Deserialize a row from the Writable to a LazyObject.
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe
Deserialize a table record to a lazybinary struct.
deserialize(ColumnSet, String, String, String, int) - Static method in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
Split the row into columns.
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.MetadataTypedColumnsetSerDe
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.thrift.ThriftByteStreamTypedSerDe
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.thrift.ThriftDeserializer
 
deserialize(Writable) - Method in class org.apache.hadoop.hive.serde2.TypedSerDe
 
deserializeCache - Variable in class org.apache.hadoop.hive.serde2.TypedSerDe
 
deserializeMapRedWork(InputStream, Configuration) - Static method in class org.apache.hadoop.hive.ql.exec.Utilities
 
Deserializer - Interface in org.apache.hadoop.hive.serde2
HiveDeserializer is used to deserialize the data from hadoop Writable to a custom java object that can be of any type that the developer wants.
DEST_DFS_FILE - Static variable in class org.apache.hadoop.hive.ql.parse.QBMetaData
 
DEST_INVALID - Static variable in class org.apache.hadoop.hive.ql.parse.QBMetaData
 
DEST_LOCAL_FILE - Static variable in class org.apache.hadoop.hive.ql.parse.QBMetaData
 
DEST_PARTITION - Static variable in class org.apache.hadoop.hive.ql.parse.QBMetaData
 
DEST_REDUCE - Static variable in class org.apache.hadoop.hive.ql.parse.QBMetaData
 
DEST_TABLE - Static variable in class org.apache.hadoop.hive.ql.parse.QBMetaData
 
destination() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
dfa17 - Variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
DfsProcessor - Class in org.apache.hadoop.hive.ql.processors
 
DfsProcessor(Configuration) - Constructor for class org.apache.hadoop.hive.ql.processors.DfsProcessor
 
Digit - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
Digit - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
DIGIT - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
RegularExpression Id.
digit(int, int) - Static method in class org.apache.hadoop.hive.serde2.lazy.LazyUtils
Returns the digit represented by character b.
Dimension - Class in org.apache.hadoop.hive.ql.metadata
Hive consists of a fixed, well defined set of Dimensions.
Dimension(Class<?>, String) - Constructor for class org.apache.hadoop.hive.ql.metadata.Dimension
 
dimensionId - Variable in class org.apache.hadoop.hive.ql.metadata.Dimension
 
dimensionType - Variable in class org.apache.hadoop.hive.ql.metadata.Dimension
 
disable_tracing() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Disable tracing.
DISABLE_TRANSACTIONS - Static variable in class org.apache.hadoop.hive.ql.util.jdbm.RecordManagerOptions
Option to disable transaction (to increase performance at the cost of potential data loss).
disableTransactions() - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.BaseRecordManager
Switches off transactioning for the record manager.
dispatch(Node, Stack<Node>) - Method in class org.apache.hadoop.hive.ql.lib.DefaultGraphWalker
Dispatch the current operator
dispatch(Node, Stack<Node>, Object...) - Method in class org.apache.hadoop.hive.ql.lib.DefaultRuleDispatcher
dispatcher function
dispatch(Node, Stack<Node>, Object...) - Method in interface org.apache.hadoop.hive.ql.lib.Dispatcher
Dispatcher function.
Dispatcher - Interface in org.apache.hadoop.hive.ql.lib
Dispatcher interface for Operators Used in operator graph walking to dispatch process/visitor functions for operators
displayRecognitionError(String[], RecognitionException) - Method in class org.apache.hadoop.hive.ql.parse.ParseDriver.HiveLexerX
 
displayRecognitionError(String[], RecognitionException) - Method in class org.apache.hadoop.hive.ql.parse.ParseDriver.HiveParserX
 
distributeByClause() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
DIV - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
DIV - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
DIVIDE - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
DIVIDE - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
doesMaxRowSizeIncludeBlobs() - Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
 
DOLLAR - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
DOLLAR - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
done - Variable in class org.apache.hadoop.hive.ql.exec.Operator
 
done() - Method in class org.apache.hadoop.hive.ql.exec.Task
 
Done() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
doPhase1(ASTNode, QB, SemanticAnalyzer.Phase1Ctx) - Method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
 
doPhase1QBExpr(ASTNode, QBExpr, String, String) - Method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
 
DOT - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
DOT - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
DOUBLE_TYPE_NAME - Static variable in class org.apache.hadoop.hive.serde.Constants
 
DoubleObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A DoubleObjectInspector inspects an Object representing a Double.
doubleTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
doubleTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
doubleWritable - Variable in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericOp
 
doubleWritable - Variable in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericUnaryOp
 
doubleWritable - Variable in class org.apache.hadoop.hive.ql.udf.UDFOPDivide
 
DoubleWritable - Class in org.apache.hadoop.hive.serde2.io
Writable for Double values.
DoubleWritable() - Constructor for class org.apache.hadoop.hive.serde2.io.DoubleWritable
 
DoubleWritable(double) - Constructor for class org.apache.hadoop.hive.serde2.io.DoubleWritable
 
DoubleWritable.Comparator - Class in org.apache.hadoop.hive.serde2.io
A Comparator optimized for DoubleWritable.
DoubleWritable.Comparator() - Constructor for class org.apache.hadoop.hive.serde2.io.DoubleWritable.Comparator
 
Driver - Class in org.apache.hadoop.hive.ql
 
Driver(HiveConf) - Constructor for class org.apache.hadoop.hive.ql.Driver
for backwards compatibility with current tests
Driver() - Constructor for class org.apache.hadoop.hive.ql.Driver
 
drop_database(String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
drop_database(String) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
drop_database(String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
drop_partition(String, String, List<String>, boolean) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
drop_partition(String, String, List<String>, boolean) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
drop_partition(String, String, List<String>, boolean) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
drop_table(String, String, boolean) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
drop_table(String, String, boolean) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
drop_table(String, String, boolean) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
drop_type(String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
drop_type(String) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
drop_type(String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
dropDatabase(String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
dropDatabase(String) - Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
 
dropDatabase(String) - Method in class org.apache.hadoop.hive.metastore.ObjectStore
 
dropDatabase(String) - Method in interface org.apache.hadoop.hive.metastore.RawStore
 
dropDatabase(String) - Method in class org.apache.hadoop.hive.ql.metadata.Hive
 
dropFunctionDesc - Class in org.apache.hadoop.hive.ql.plan
 
dropFunctionDesc(String) - Constructor for class org.apache.hadoop.hive.ql.plan.dropFunctionDesc
 
dropFunctionStatement() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
dropPartition(String, String, List<String>) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
dropPartition(String, String, List<String>, boolean) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
dropPartition(String, String, List<String>, boolean) - Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
 
dropPartition(String, String, List<String>) - Method in class org.apache.hadoop.hive.metastore.ObjectStore
 
dropPartition(String, String, List<String>) - Method in interface org.apache.hadoop.hive.metastore.RawStore
 
dropPartition(String, String, List<String>, boolean) - Method in class org.apache.hadoop.hive.ql.metadata.Hive
 
dropStatement() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
dropTable(String, boolean) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
dropTable(String, String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
dropTable(String, String, boolean, boolean) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
dropTable(String, boolean) - Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
Drop the table.
dropTable(String, String, boolean, boolean) - Method in interface org.apache.hadoop.hive.metastore.IMetaStoreClient
Drop the table.
dropTable(String, String) - Method in class org.apache.hadoop.hive.metastore.ObjectStore
 
dropTable(String, String) - Method in interface org.apache.hadoop.hive.metastore.RawStore
 
dropTable(String, String) - Method in class org.apache.hadoop.hive.ql.metadata.Hive
Drops table along with the data in it.
dropTable(String, String, boolean, boolean) - Method in class org.apache.hadoop.hive.ql.metadata.Hive
Drops the table.
dropTableDesc - Class in org.apache.hadoop.hive.ql.plan
 
dropTableDesc(String) - Constructor for class org.apache.hadoop.hive.ql.plan.dropTableDesc
 
dropTableDesc(String, List<Map<String, String>>) - Constructor for class org.apache.hadoop.hive.ql.plan.dropTableDesc
 
dropType(String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 
dropType(String) - Method in class org.apache.hadoop.hive.metastore.ObjectStore
 
dropType(String) - Method in interface org.apache.hadoop.hive.metastore.RawStore
 
dump(int) - Method in class org.apache.hadoop.hive.ql.exec.Operator
 
dump(String) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
 
dumpHex() - Method in class org.apache.hadoop.hive.serde2.binarysortable.InputByteBuffer
Return the bytes in hex format.
dumpHex() - Method in class org.apache.hadoop.hive.serde2.binarysortable.OutputByteBuffer
Return the bytes in hex format.
DynamicSerDe - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDe() - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
DynamicSerDeAsync - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeAsync(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeAsync
 
DynamicSerDeAsync(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeAsync
 
DynamicSerDeCommaOrSemicolon - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeCommaOrSemicolon(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeCommaOrSemicolon
 
DynamicSerDeCommaOrSemicolon(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeCommaOrSemicolon
 
DynamicSerDeConst - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeConst(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConst
 
DynamicSerDeConst(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConst
 
DynamicSerDeConstList - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeConstList(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstList
 
DynamicSerDeConstList(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstList
 
DynamicSerDeConstListContents - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeConstListContents(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstListContents
 
DynamicSerDeConstListContents(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstListContents
 
DynamicSerDeConstMap - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeConstMap(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstMap
 
DynamicSerDeConstMap(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstMap
 
DynamicSerDeConstMapContents - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeConstMapContents(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstMapContents
 
DynamicSerDeConstMapContents(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstMapContents
 
DynamicSerDeConstValue - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeConstValue(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstValue
 
DynamicSerDeConstValue(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeConstValue
 
DynamicSerDeDefinition - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeDefinition(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeDefinition
 
DynamicSerDeDefinition(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeDefinition
 
DynamicSerDeDefinitionType - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeDefinitionType(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeDefinitionType
 
DynamicSerDeDefinitionType(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeDefinitionType
 
DynamicSerDeEnum - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeEnum(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeEnum
 
DynamicSerDeEnum(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeEnum
 
DynamicSerDeEnumDef - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeEnumDef(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeEnumDef
 
DynamicSerDeEnumDef(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeEnumDef
 
DynamicSerDeEnumDefList - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeEnumDefList(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeEnumDefList
 
DynamicSerDeEnumDefList(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeEnumDefList
 
DynamicSerDeExtends - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeExtends(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeExtends
 
DynamicSerDeExtends(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeExtends
 
DynamicSerDeField - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeField(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeField
 
DynamicSerDeField(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeField
 
DynamicSerDeFieldList - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeFieldList(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList
 
DynamicSerDeFieldList(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList
 
DynamicSerDeFieldRequiredness - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeFieldRequiredness(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldRequiredness
 
DynamicSerDeFieldRequiredness(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldRequiredness
 
DynamicSerDeFieldRequiredness.RequirednessTypes - Enum in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeFieldType - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeFieldType(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldType
 
DynamicSerDeFieldType(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldType
 
DynamicSerDeFieldValue - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeFieldValue(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldValue
 
DynamicSerDeFieldValue(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldValue
 
DynamicSerDeFlagArgs - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeFlagArgs(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFlagArgs
 
DynamicSerDeFlagArgs(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFlagArgs
 
DynamicSerDeFunction - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeFunction(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunction
 
DynamicSerDeFunction(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunction
 
DynamicSerDeFunctionType - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeFunctionType(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunctionType
 
DynamicSerDeFunctionType(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFunctionType
 
DynamicSerDeHeader - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeHeader(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeHeader
 
DynamicSerDeHeader(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeHeader
 
DynamicSerDeHeaderList - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeHeaderList(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeHeaderList
 
DynamicSerDeHeaderList(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeHeaderList
 
DynamicSerDeInclude - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeInclude(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeInclude
 
DynamicSerDeInclude(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeInclude
 
DynamicSerDeNamespace - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeNamespace(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeNamespace
 
DynamicSerDeNamespace(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeNamespace
 
DynamicSerDeSenum - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeSenum(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSenum
 
DynamicSerDeSenum(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSenum
 
DynamicSerDeSenumDef - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeSenumDef(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSenumDef
 
DynamicSerDeSenumDef(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSenumDef
 
DynamicSerDeSenumDefList - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeSenumDefList(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSenumDefList
 
DynamicSerDeSenumDefList(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSenumDefList
 
DynamicSerDeService - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeService(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeService
 
DynamicSerDeService(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeService
 
DynamicSerDeSimpleNode - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeSimpleNode(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSimpleNode
 
DynamicSerDeSimpleNode(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSimpleNode
 
DynamicSerDeStart - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeStart(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStart
 
DynamicSerDeStart(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStart
 
DynamicSerDeStruct - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeStruct(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStruct
 
DynamicSerDeStruct(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStruct
 
DynamicSerDeStructBase - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeStructBase(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
 
DynamicSerDeStructBase(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
 
dynamicSerDeStructBaseToObjectInspector(DynamicSerDeTypeBase) - Static method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDe
 
DynamicSerDeThrows - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeThrows(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeThrows
 
DynamicSerDeThrows(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeThrows
 
DynamicSerDeTypeBase - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypeBase(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
DynamicSerDeTypeBase(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
DynamicSerDeTypeBool - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypeBool(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
 
DynamicSerDeTypeBool(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBool
 
DynamicSerDeTypeByte - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypeByte(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeByte
 
DynamicSerDeTypeByte(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeByte
 
DynamicSerDeTypedef - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypedef(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypedef
 
DynamicSerDeTypedef(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypedef
 
DynamicSerDeTypeDefinition - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypeDefinition(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDefinition
 
DynamicSerDeTypeDefinition(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDefinition
 
DynamicSerDeTypeDouble - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypeDouble(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
 
DynamicSerDeTypeDouble(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
 
DynamicSerDeTypei16 - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypei16(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei16
 
DynamicSerDeTypei16(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei16
 
DynamicSerDeTypei32 - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypei32(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
 
DynamicSerDeTypei32(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei32
 
DynamicSerDeTypei64 - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypei64(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei64
 
DynamicSerDeTypei64(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypei64
 
DynamicSerDeTypeList - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypeList(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
 
DynamicSerDeTypeList(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeList
 
DynamicSerDeTypeMap - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypeMap(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
DynamicSerDeTypeMap(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeMap
 
DynamicSerDeTypeSet - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypeSet(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
 
DynamicSerDeTypeSet(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeSet
 
DynamicSerDeTypeString - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeTypeString(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
 
DynamicSerDeTypeString(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeString
 
DynamicSerDeUnflagArgs - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeUnflagArgs(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeUnflagArgs
 
DynamicSerDeUnflagArgs(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeUnflagArgs
 
DynamicSerDeXception - Class in org.apache.hadoop.hive.serde2.dynamic_type
 
DynamicSerDeXception(int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeXception
 
DynamicSerDeXception(thrift_grammar, int) - Constructor for class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeXception
 

E

elementOffset - Variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils.RecordInfo
 
elements() - Method in interface org.apache.hadoop.hive.ql.util.jdbm.helper.CachePolicy
Enumerate through the objects currently in the cache.
elements() - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.MRU
Enumerate elements' values in the cache
elements() - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.SoftCache
Gets all the objects stored by the internal (L1) cache.
elementSize - Variable in class org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils.RecordInfo
 
elemIndex - Variable in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
For writes, on what element are we on so we know when to use normal list separator or for a map know when to use the k/v separator
enable_tracing() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Enable tracing.
endColumn - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endGroup() - Method in class org.apache.hadoop.hive.ql.exec.CommonJoinOperator
Forward a record of join results.
endGroup() - Method in class org.apache.hadoop.hive.ql.exec.GroupByOperator
 
endGroup() - Method in class org.apache.hadoop.hive.ql.exec.Operator
 
endLine - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endQuery(String) - Method in class org.apache.hadoop.hive.ql.history.HiveHistory
Called at the end of Job.
endTask(String, Task<? extends Serializable>) - Method in class org.apache.hadoop.hive.ql.history.HiveHistory
Called at the end of a task.
enlargeArrays() - Method in class org.apache.hadoop.hive.serde2.lazy.LazyMap
Enlarge the size of arrays storing information for the elements inside the array.
ensureCapacity(int) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
 
Enum() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
EnumDef() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
EnumDefList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
EOF - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
EOF - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
EOF - Static variable in interface org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammarConstants
End of File.
eol - Variable in exception org.apache.hadoop.hive.serde2.dynamic_type.ParseException
The end of line string for this machine.
EQUAL - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
EQUAL - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
equals(Object) - Method in class org.apache.hadoop.hive.hwi.HWIAuth
HWIAuth is used in Map(s) the equals method is required
equals(Object) - Method in class org.apache.hadoop.hive.hwi.HWISessionItem
Uses the sessionName property to compare to sessions
equals(Object) - Method in exception org.apache.hadoop.hive.metastore.api.AlreadyExistsException
 
equals(AlreadyExistsException) - Method in exception org.apache.hadoop.hive.metastore.api.AlreadyExistsException
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.Database
 
equals(Database) - Method in class org.apache.hadoop.hive.metastore.api.Database
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.FieldSchema
 
equals(FieldSchema) - Method in class org.apache.hadoop.hive.metastore.api.FieldSchema
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.Index
 
equals(Index) - Method in class org.apache.hadoop.hive.metastore.api.Index
 
equals(Object) - Method in exception org.apache.hadoop.hive.metastore.api.IndexAlreadyExistsException
 
equals(IndexAlreadyExistsException) - Method in exception org.apache.hadoop.hive.metastore.api.IndexAlreadyExistsException
 
equals(Object) - Method in exception org.apache.hadoop.hive.metastore.api.InvalidObjectException
 
equals(InvalidObjectException) - Method in exception org.apache.hadoop.hive.metastore.api.InvalidObjectException
 
equals(Object) - Method in exception org.apache.hadoop.hive.metastore.api.InvalidOperationException
 
equals(InvalidOperationException) - Method in exception org.apache.hadoop.hive.metastore.api.InvalidOperationException
 
equals(Object) - Method in exception org.apache.hadoop.hive.metastore.api.MetaException
 
equals(MetaException) - Method in exception org.apache.hadoop.hive.metastore.api.MetaException
 
equals(Object) - Method in exception org.apache.hadoop.hive.metastore.api.NoSuchObjectException
 
equals(NoSuchObjectException) - Method in exception org.apache.hadoop.hive.metastore.api.NoSuchObjectException
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.Order
 
equals(Order) - Method in class org.apache.hadoop.hive.metastore.api.Order
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.Partition
 
equals(Partition) - Method in class org.apache.hadoop.hive.metastore.api.Partition
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.Schema
 
equals(Schema) - Method in class org.apache.hadoop.hive.metastore.api.Schema
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.SerDeInfo
 
equals(SerDeInfo) - Method in class org.apache.hadoop.hive.metastore.api.SerDeInfo
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
 
equals(StorageDescriptor) - Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.Table
 
equals(Table) - Method in class org.apache.hadoop.hive.metastore.api.Table
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_args
 
equals(ThriftHiveMetastore.add_partition_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_result
 
equals(ThriftHiveMetastore.add_partition_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.add_partition_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_args
 
equals(ThriftHiveMetastore.alter_partition_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_result
 
equals(ThriftHiveMetastore.alter_partition_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_partition_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_args
 
equals(ThriftHiveMetastore.alter_table_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_result
 
equals(ThriftHiveMetastore.alter_table_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.alter_table_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args
 
equals(ThriftHiveMetastore.append_partition_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_result
 
equals(ThriftHiveMetastore.append_partition_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.append_partition_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_args
 
equals(ThriftHiveMetastore.create_database_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_result
 
equals(ThriftHiveMetastore.create_database_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_database_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_args
 
equals(ThriftHiveMetastore.create_table_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_result
 
equals(ThriftHiveMetastore.create_table_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_table_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_args
 
equals(ThriftHiveMetastore.create_type_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_result
 
equals(ThriftHiveMetastore.create_type_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.create_type_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_args
 
equals(ThriftHiveMetastore.drop_database_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_result
 
equals(ThriftHiveMetastore.drop_database_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_database_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args
 
equals(ThriftHiveMetastore.drop_partition_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_result
 
equals(ThriftHiveMetastore.drop_partition_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_partition_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_args
 
equals(ThriftHiveMetastore.drop_table_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_result
 
equals(ThriftHiveMetastore.drop_table_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_table_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_args
 
equals(ThriftHiveMetastore.drop_type_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_result
 
equals(ThriftHiveMetastore.drop_type_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.drop_type_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_args
 
equals(ThriftHiveMetastore.get_database_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_result
 
equals(ThriftHiveMetastore.get_database_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_database_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_args
 
equals(ThriftHiveMetastore.get_databases_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result
 
equals(ThriftHiveMetastore.get_databases_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_databases_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_args
 
equals(ThriftHiveMetastore.get_fields_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result
 
equals(ThriftHiveMetastore.get_fields_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_fields_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args
 
equals(ThriftHiveMetastore.get_partition_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_args
 
equals(ThriftHiveMetastore.get_partition_names_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result
 
equals(ThriftHiveMetastore.get_partition_names_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_names_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_result
 
equals(ThriftHiveMetastore.get_partition_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partition_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_args
 
equals(ThriftHiveMetastore.get_partitions_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result
 
equals(ThriftHiveMetastore.get_partitions_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_partitions_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_args
 
equals(ThriftHiveMetastore.get_schema_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result
 
equals(ThriftHiveMetastore.get_schema_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_schema_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_args
 
equals(ThriftHiveMetastore.get_table_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_result
 
equals(ThriftHiveMetastore.get_table_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_table_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_args
 
equals(ThriftHiveMetastore.get_tables_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result
 
equals(ThriftHiveMetastore.get_tables_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_tables_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_args
 
equals(ThriftHiveMetastore.get_type_all_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_result
 
equals(ThriftHiveMetastore.get_type_all_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_all_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_args
 
equals(ThriftHiveMetastore.get_type_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_result
 
equals(ThriftHiveMetastore.get_type_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_type_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_unique_id_args
 
equals(ThriftHiveMetastore.get_unique_id_args) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_unique_id_args
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_unique_id_result
 
equals(ThriftHiveMetastore.get_unique_id_result) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.get_unique_id_result
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.Type
 
equals(Type) - Method in class org.apache.hadoop.hive.metastore.api.Type
 
equals(Object) - Method in exception org.apache.hadoop.hive.metastore.api.UnknownDBException
 
equals(UnknownDBException) - Method in exception org.apache.hadoop.hive.metastore.api.UnknownDBException
 
equals(Object) - Method in exception org.apache.hadoop.hive.metastore.api.UnknownTableException
 
equals(UnknownTableException) - Method in exception org.apache.hadoop.hive.metastore.api.UnknownTableException
 
equals(Object) - Method in class org.apache.hadoop.hive.metastore.api.Version
 
equals(Version) - Method in class org.apache.hadoop.hive.metastore.api.Version
 
equals(Object) - Method in class org.apache.hadoop.hive.ql.exec.ByteWritable
 
equals(Object) - Method in class org.apache.hadoop.hive.ql.exec.MapJoinObjectKey
 
equals(Object) - Method in class org.apache.hadoop.hive.ql.exec.MapJoinObjectValue
 
equals(Object) - Method in class org.apache.hadoop.hive.ql.hooks.ReadEntity
Equals function.
equals(Object) - Method in class org.apache.hadoop.hive.ql.hooks.WriteEntity
Equals function.
equals(Object) - Method in class org.apache.hadoop.hive.ql.metadata.Dimension
 
equals(Object) - Method in class org.apache.hadoop.hive.ql.metadata.Sample
 
equals(Object) - Method in class org.apache.hadoop.hive.ql.parse.InputSignature
 
equals(Object) - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.TransactionManager.BlockIoComparator
 
equals(Object) - Method in class org.apache.hadoop.hive.serde.test.InnerStruct
 
equals(InnerStruct) - Method in class org.apache.hadoop.hive.serde.test.InnerStruct
 
equals(Object) - Method in class org.apache.hadoop.hive.serde.test.ThriftTestObj
 
equals(ThriftTestObj) - Method in class org.apache.hadoop.hive.serde.test.ThriftTestObj
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
equals(Object) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefWritable
equals(Object) - Method in class org.apache.hadoop.hive.serde2.io.ByteWritable
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable
Returns true iff o is a DoubleWritable with the same value.
equals(Object) - Method in class org.apache.hadoop.hive.serde2.io.ShortWritable
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
equals(Complex) - Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.thrift.test.IntString
 
equals(IntString) - Method in class org.apache.hadoop.hive.serde2.thrift.test.IntString
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo
Compare if 2 TypeInfos are the same.
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
 
equals(Object) - Method in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfo
 
equals(Object) - Method in class org.apache.hadoop.hive.service.HiveClusterStatus
 
equals(HiveClusterStatus) - Method in class org.apache.hadoop.hive.service.HiveClusterStatus
 
equals(Object) - Method in exception org.apache.hadoop.hive.service.HiveServerException
 
equals(HiveServerException) - Method in exception org.apache.hadoop.hive.service.HiveServerException
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.execute_args
 
equals(ThriftHive.execute_args) - Method in class org.apache.hadoop.hive.service.ThriftHive.execute_args
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.execute_result
 
equals(ThriftHive.execute_result) - Method in class org.apache.hadoop.hive.service.ThriftHive.execute_result
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_args
 
equals(ThriftHive.fetchAll_args) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_args
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_result
 
equals(ThriftHive.fetchAll_result) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_result
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_args
 
equals(ThriftHive.fetchN_args) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_args
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_result
 
equals(ThriftHive.fetchN_result) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchN_result
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchOne_args
 
equals(ThriftHive.fetchOne_args) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchOne_args
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchOne_result
 
equals(ThriftHive.fetchOne_result) - Method in class org.apache.hadoop.hive.service.ThriftHive.fetchOne_result
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_args
 
equals(ThriftHive.getClusterStatus_args) - Method in class org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_args
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_result
 
equals(ThriftHive.getClusterStatus_result) - Method in class org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_result
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.getSchema_args
 
equals(ThriftHive.getSchema_args) - Method in class org.apache.hadoop.hive.service.ThriftHive.getSchema_args
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.getSchema_result
 
equals(ThriftHive.getSchema_result) - Method in class org.apache.hadoop.hive.service.ThriftHive.getSchema_result
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_args
 
equals(ThriftHive.getThriftSchema_args) - Method in class org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_args
 
equals(Object) - Method in class org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_result
 
equals(ThriftHive.getThriftSchema_result) - Method in class org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_result
 
err - Variable in class org.apache.hadoop.hive.ql.session.SessionState
 
ErrorMsg - Enum in org.apache.hadoop.hive.ql.parse
List of error messages thrown by the parser
ESCAPE_CHAR - Static variable in class org.apache.hadoop.hive.serde.Constants
 
escapedNull - Variable in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
The escaped byte sequence for the null byte.
escapedOne - Variable in class org.apache.hadoop.hive.serde2.thrift.TBinarySortableProtocol
The escaped byte sequence for the "\1" byte.
escapeString(String) - Static method in class org.apache.hadoop.hive.ql.metadata.HiveUtils
 
escapeString(String) - Static method in class org.apache.hadoop.hive.serde2.SerDeUtils
Escape a String in JSON format.
estimateNumberOfReducers(HiveConf, JobConf, mapredWork) - Method in class org.apache.hadoop.hive.ql.exec.ExecDriver
Estimate the number of reducers needed for this job, based on job input, and configuration parameters.
eval - Variable in class org.apache.hadoop.hive.ql.exec.ExtractOperator
 
eval - Variable in class org.apache.hadoop.hive.ql.exec.SelectOperator
 
evaluate(Object) - Method in class org.apache.hadoop.hive.ql.exec.ExprNodeColumnEvaluator
 
evaluate(Object) - Method in class org.apache.hadoop.hive.ql.exec.ExprNodeConstantEvaluator
 
evaluate(Object) - Method in class org.apache.hadoop.hive.ql.exec.ExprNodeEvaluator
Evaluate the expression given the row.
evaluate(Object) - Method in class org.apache.hadoop.hive.ql.exec.ExprNodeFieldEvaluator
 
evaluate(Object) - Method in class org.apache.hadoop.hive.ql.exec.ExprNodeFuncEvaluator
 
evaluate(Object) - Method in class org.apache.hadoop.hive.ql.exec.ExprNodeGenericFuncEvaluator
 
evaluate(Object) - Method in class org.apache.hadoop.hive.ql.exec.ExprNodeNullEvaluator
 
evaluate(GenericUDAFEvaluator.AggregationBuffer) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator
This function will be called by GroupByOperator when it sees a new input row.
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDF
Evaluate the GenericUDF with the arguments.
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFCase
 
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFCoalesce
 
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFElt
 
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFHash
 
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFIf
 
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFIndex
 
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFInstr
 
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFLocate
 
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPNotNull
 
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPNull
 
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFSize
 
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFSplit
 
evaluate(GenericUDF.DeferredObject[]) - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFWhen
 
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFAbs
 
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFAbs
 
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFAbs
 
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFAcos
Take Arc Cosine of a in radians.
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFAscii
 
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFAsin
Take Arc Sine of a in radians.
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBaseCompare
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericOp
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericOp
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericOp
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericOp
 
evaluate(FloatWritable, FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericOp
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericOp
 
evaluate(ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericUnaryOp
 
evaluate(ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericUnaryOp
 
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericUnaryOp
 
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericUnaryOp
 
evaluate(FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericUnaryOp
 
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericUnaryOp
 
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFBin
 
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFCeil
 
evaluate(Text, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFConcat
 
evaluate(Text, IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFConv
Convert numbers between different number bases.
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFCos
Take Cosine of a
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFDate
Get the date part of a date time string.
evaluate(Text, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFDateAdd
Add a number of days to the date.
evaluate(Text, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFDateDiff
Calculate the difference in the number of days.
evaluate(Text, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFDateSub
Subtract a number of days to the date.
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFDayOfMonth
Get the day of month from a date string.
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFExp
Raise e (the base of natural logarithm) to the power of a.
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFFloor
 
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFFromUnixTime
 
evaluate(IntWritable, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFFromUnixTime
Convert UnixTime to a string format.
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFHex
 
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFHex
 
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFHex
Convert every character in s to two hex digits.
evaluate(Text, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFJson
Extract json object from a json string based on json path specified, and return json string of the extracted json object.
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFLength
 
evaluate(Text, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFLike
 
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFLn
Returns the natural logarithm of "a".
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFLog
Returns the natural logarithm of "a".
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFLog
Returns the logarithm of "a" with base "base".
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFLog10
Returns the logarithm of "a" with base 10.
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFLog2
Returns the logarithm of "a" with base 2.
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFLower
 
evaluate(Text, IntWritable, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFLpad
 
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFLTrim
 
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFMonth
Get the month from a date string.
evaluate(BooleanWritable, BooleanWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPAnd
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitAnd
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitAnd
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitAnd
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitAnd
 
evaluate(ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitNot
 
evaluate(ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitNot
 
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitNot
 
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitNot
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitOr
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitOr
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitOr
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitOr
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitXor
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitXor
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitXor
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPBitXor
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPDivide
 
evaluate(Text, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqual
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqual
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqual
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqual
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqual
 
evaluate(FloatWritable, FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqual
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqual
 
evaluate(Text, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrGreaterThan
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrGreaterThan
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrGreaterThan
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrGreaterThan
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrGreaterThan
 
evaluate(FloatWritable, FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrGreaterThan
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrGreaterThan
 
evaluate(Text, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrLessThan
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrLessThan
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrLessThan
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrLessThan
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrLessThan
 
evaluate(FloatWritable, FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrLessThan
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPEqualOrLessThan
 
evaluate(Text, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPGreaterThan
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPGreaterThan
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPGreaterThan
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPGreaterThan
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPGreaterThan
 
evaluate(FloatWritable, FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPGreaterThan
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPGreaterThan
 
evaluate(Text, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPLessThan
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPLessThan
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPLessThan
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPLessThan
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPLessThan
 
evaluate(FloatWritable, FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPLessThan
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPLessThan
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPLongDivide
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMinus
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMinus
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMinus
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMinus
 
evaluate(FloatWritable, FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMinus
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMinus
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMod
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMod
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMod
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMod
 
evaluate(FloatWritable, FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMod
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMod
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMultiply
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMultiply
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMultiply
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMultiply
 
evaluate(FloatWritable, FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMultiply
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPMultiply
 
evaluate(ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNegative
 
evaluate(ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNegative
 
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNegative
 
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNegative
 
evaluate(FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNegative
 
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNegative
 
evaluate(BooleanWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNot
 
evaluate(Text, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNotEqual
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNotEqual
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNotEqual
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNotEqual
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNotEqual
 
evaluate(FloatWritable, FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNotEqual
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPNotEqual
 
evaluate(BooleanWritable, BooleanWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPOr
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPPlus
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPPlus
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPPlus
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPPlus
 
evaluate(FloatWritable, FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPPlus
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPPlus
 
evaluate(ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPPositive
 
evaluate(ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPPositive
 
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPPositive
 
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPPositive
 
evaluate(FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPPositive
 
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFOPPositive
 
evaluate(String, String) - Method in class org.apache.hadoop.hive.ql.udf.UDFParseUrl
 
evaluate(String, String, String) - Method in class org.apache.hadoop.hive.ql.udf.UDFParseUrl
 
evaluate(ByteWritable, ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFPosMod
 
evaluate(ShortWritable, ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFPosMod
 
evaluate(IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFPosMod
 
evaluate(LongWritable, LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFPosMod
 
evaluate(FloatWritable, FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFPosMod
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFPosMod
 
evaluate(DoubleWritable, DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFPower
Raise a to the power of b.
evaluate() - Method in class org.apache.hadoop.hive.ql.udf.UDFRand
 
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFRand
 
evaluate(Text, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFRegExp
 
evaluate(String, String, Integer) - Method in class org.apache.hadoop.hive.ql.udf.UDFRegExpExtract
 
evaluate(String, String) - Method in class org.apache.hadoop.hive.ql.udf.UDFRegExpExtract
 
evaluate(Text, Text, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFRegExpReplace
 
evaluate(Text, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFRepeat
 
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFReverse
 
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFRound
 
evaluate(DoubleWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFRound
 
evaluate(Text, IntWritable, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFRpad
 
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFRTrim
 
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFSin
Take Sine of a.
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFSpace
 
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFSqrt
Return NULL for NULL or negative inputs; otherwise, return the square root.
evaluate(Text, IntWritable, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFSubstr
 
evaluate(Text, IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFSubstr
 
evaluate(NullWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToBoolean
Convert a void to boolean.
evaluate(ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToBoolean
Convert from a byte to boolean.
evaluate(ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToBoolean
Convert from a short to boolean.
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToBoolean
Convert from a integer to boolean.
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToBoolean
Convert from a long to boolean.
evaluate(FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToBoolean
Convert from a float to boolean.
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToBoolean
Convert from a double to boolean.
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFToBoolean
Convert from a string to boolean.
evaluate(NullWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToByte
Convert from void to a byte.
evaluate(BooleanWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToByte
Convert from boolean to a byte.
evaluate(ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToByte
Convert from short to a byte.
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToByte
Convert from integer to a byte.
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToByte
Convert from long to a byte.
evaluate(FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToByte
Convert from float to a byte.
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToByte
Convert from double to a byte.
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFToByte
Convert from string to a byte.
evaluate(String) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDate
 
evaluate(Void) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDate
 
evaluate(Byte) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDate
 
evaluate(Short) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDate
 
evaluate(Integer) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDate
 
evaluate(Long) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDate
 
evaluate(Float) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDate
 
evaluate(Double) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDate
 
evaluate(NullWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDouble
Convert from void to a double.
evaluate(BooleanWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDouble
Convert from boolean to a double.
evaluate(ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDouble
Convert from boolean to a double.
evaluate(ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDouble
Convert from short to a double.
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDouble
Convert from integer to a double.
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDouble
Convert from long to a double.
evaluate(FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDouble
Convert from float to a double.
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFToDouble
Convert from string to a double.
evaluate(NullWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToFloat
Convert from void to a float.
evaluate(BooleanWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToFloat
Convert from boolean to a float.
evaluate(ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToFloat
Convert from byte to a float.
evaluate(ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToFloat
Convert from short to a float.
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToFloat
Convert from integer to a float.
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToFloat
Convert from long to a float.
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToFloat
Convert from double to a float.
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFToFloat
Convert from string to a float.
evaluate(NullWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToInteger
Convert from void to an integer.
evaluate(BooleanWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToInteger
Convert from boolean to an integer.
evaluate(ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToInteger
Convert from byte to an integer.
evaluate(ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToInteger
Convert from short to an integer.
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToInteger
Convert from long to an integer.
evaluate(FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToInteger
Convert from float to an integer.
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToInteger
Convert from double to an integer.
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFToInteger
Convert from string to an integer.
evaluate(NullWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToLong
Convert from void to a long.
evaluate(BooleanWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToLong
Convert from boolean to a long.
evaluate(ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToLong
Convert from byte to a long.
evaluate(ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToLong
Convert from short to a long.
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToLong
Convert from integer to a long.
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToLong
Convert from long to a long.
evaluate(FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToLong
Convert from float to a long.
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToLong
Convert from double to a long.
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFToLong
Convert from string to a long.
evaluate(NullWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToShort
Convert from void to a short.
evaluate(BooleanWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToShort
Convert from boolean to a short.
evaluate(ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToShort
Convert from byte to a short.
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToShort
Convert from integer to a short.
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToShort
Convert from long to a short.
evaluate(FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToShort
Convert from float to a short.
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToShort
Convert from double to a short.
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFToShort
Convert from string to a short.
evaluate(NullWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToString
 
evaluate(BooleanWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToString
 
evaluate(ByteWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToString
 
evaluate(ShortWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToString
 
evaluate(IntWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToString
 
evaluate(LongWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToString
 
evaluate(FloatWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToString
 
evaluate(DoubleWritable) - Method in class org.apache.hadoop.hive.ql.udf.UDFToString
 
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFTrim
 
evaluate() - Method in class org.apache.hadoop.hive.ql.udf.UDFUnixTimeStamp
Return current UnixTime.
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFUnixTimeStamp
Convert time string to UnixTime.
evaluate(Text, Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFUnixTimeStamp
Convert time string to UnixTime with user defined pattern.
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFUpper
 
evaluate(Text) - Method in class org.apache.hadoop.hive.ql.udf.UDFYear
Get the year from a date string.
EX - Static variable in class org.apache.hadoop.hive.service.ThriftHive.execute_result
 
EX - Static variable in class org.apache.hadoop.hive.service.ThriftHive.fetchAll_result
 
EX - Static variable in class org.apache.hadoop.hive.service.ThriftHive.fetchN_result
 
EX - Static variable in class org.apache.hadoop.hive.service.ThriftHive.fetchOne_result
 
EX - Static variable in class org.apache.hadoop.hive.service.ThriftHive.getClusterStatus_result
 
EX - Static variable in class org.apache.hadoop.hive.service.ThriftHive.getSchema_result
 
EX - Static variable in class org.apache.hadoop.hive.service.ThriftHive.getThriftSchema_result
 
ExecDriver - Class in org.apache.hadoop.hive.ql.exec
 
ExecDriver() - Constructor for class org.apache.hadoop.hive.ql.exec.ExecDriver
Constructor when invoked from QL
ExecDriver(mapredWork, JobConf, boolean) - Constructor for class org.apache.hadoop.hive.ql.exec.ExecDriver
Constructor/Initialization for invocation as independent utility
ExecMapper - Class in org.apache.hadoop.hive.ql.exec
 
ExecMapper() - Constructor for class org.apache.hadoop.hive.ql.exec.ExecMapper
 
ExecMapper.reportStats - Class in org.apache.hadoop.hive.ql.exec
 
ExecMapper.reportStats(Reporter) - Constructor for class org.apache.hadoop.hive.ql.exec.ExecMapper.reportStats
 
ExecReducer - Class in org.apache.hadoop.hive.ql.exec
 
ExecReducer() - Constructor for class org.apache.hadoop.hive.ql.exec.ExecReducer
 
execStatement() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
execString - Variable in class org.apache.hadoop.hive.cli.CliSessionState
-e option if any that the session has been invoked with
execute() - Method in class org.apache.hadoop.hive.ant.GetVersionPref
Executes the ant task .
execute() - Method in class org.apache.hadoop.hive.ant.QTestGenTask
 
execute() - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
execute(String) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
execute(String, int) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
execute(String, int[]) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
execute(String, String[]) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
execute() - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
execute(String) - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
execute(String, int) - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
execute(String, int[]) - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
execute(String, String[]) - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
execute(String) - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
execute(String, int) - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
execute(String, int[]) - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
execute(String, String[]) - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
execute() - Method in class org.apache.hadoop.hive.ql.Driver
 
execute() - Method in class org.apache.hadoop.hive.ql.exec.ConditionalTask
 
execute() - Method in class org.apache.hadoop.hive.ql.exec.CopyTask
 
execute() - Method in class org.apache.hadoop.hive.ql.exec.DDLTask
 
execute() - Method in class org.apache.hadoop.hive.ql.exec.ExecDriver
Execute a query plan using Hadoop
execute() - Method in class org.apache.hadoop.hive.ql.exec.ExplainTask
 
execute() - Method in class org.apache.hadoop.hive.ql.exec.FetchTask
 
execute() - Method in class org.apache.hadoop.hive.ql.exec.FunctionTask
 
execute() - Method in class org.apache.hadoop.hive.ql.exec.MapRedTask
 
execute() - Method in class org.apache.hadoop.hive.ql.exec.MoveTask
 
execute() - Method in class org.apache.hadoop.hive.ql.exec.Task
 
execute(String) - Method in class org.apache.hadoop.hive.service.HiveServer.HiveServerHandler
Executes a query.
execute(String) - Method in class org.apache.hadoop.hive.service.ThriftHive.Client
 
execute(String) - Method in interface org.apache.hadoop.hive.service.ThriftHive.Iface
 
executeBatch() - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
executeBatch() - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
executeBatch() - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
executeQuery() - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
executeQuery(String) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
executeQuery() - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
executeQuery(String) - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
executeQuery(String) - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
executeUpdate() - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
executeUpdate(String) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
executeUpdate(String, int) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
executeUpdate(String, int[]) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
executeUpdate(String, String[]) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
executeUpdate() - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
executeUpdate(String) - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
executeUpdate(String, int) - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
executeUpdate(String, int[]) - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
executeUpdate(String, String[]) - Method in class org.apache.hadoop.hive.jdbc.HivePreparedStatement
 
executeUpdate(String) - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
executeUpdate(String, int) - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
executeUpdate(String, int[]) - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
executeUpdate(String, String[]) - Method in class org.apache.hadoop.hive.jdbc.HiveStatement
 
exists(String) - Method in class org.apache.hadoop.hive.ql.parse.QB
 
ExpandBuff(boolean) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.apache.hadoop.hive.serde2.dynamic_type.ParseException
Each entry in this array is an array of integers.
explain - Variable in class org.apache.hadoop.hive.ql.Context
 
explain - Annotation Type in org.apache.hadoop.hive.ql.plan
 
ExplainSemanticAnalyzer - Class in org.apache.hadoop.hive.ql.parse
 
ExplainSemanticAnalyzer(HiveConf) - Constructor for class org.apache.hadoop.hive.ql.parse.ExplainSemanticAnalyzer
 
explainStatement() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
ExplainTask - Class in org.apache.hadoop.hive.ql.exec
ExplainTask implementation
ExplainTask() - Constructor for class org.apache.hadoop.hive.ql.exec.ExplainTask
 
ExplainTask.MethodComparator - Class in org.apache.hadoop.hive.ql.exec
 
ExplainTask.MethodComparator() - Constructor for class org.apache.hadoop.hive.ql.exec.ExplainTask.MethodComparator
 
explainWork - Class in org.apache.hadoop.hive.ql.plan
 
explainWork() - Constructor for class org.apache.hadoop.hive.ql.plan.explainWork
 
explainWork(Path, List<Task<? extends Serializable>>, String, boolean) - Constructor for class org.apache.hadoop.hive.ql.plan.explainWork
 
explosionDesc - Class in org.apache.hadoop.hive.ql.plan
 
explosionDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.explosionDesc
 
explosionDesc(String, int) - Constructor for class org.apache.hadoop.hive.ql.plan.explosionDesc
 
Exponent - Static variable in class org.apache.hadoop.hive.ql.parse.HiveLexer
 
Exponent - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
expr - Variable in class org.apache.hadoop.hive.ql.exec.ExprNodeColumnEvaluator
 
expr - Variable in class org.apache.hadoop.hive.ql.exec.ExprNodeConstantEvaluator
 
expr - Variable in class org.apache.hadoop.hive.ql.exec.ExprNodeFuncEvaluator
 
expr - Variable in class org.apache.hadoop.hive.ql.exec.ExprNodeGenericFuncEvaluator
 
expr - Variable in class org.apache.hadoop.hive.ql.exec.ExprNodeNullEvaluator
 
expression() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
expressionList() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
exprNodeColumnDesc - Class in org.apache.hadoop.hive.ql.plan
 
exprNodeColumnDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeColumnDesc
 
exprNodeColumnDesc(TypeInfo, String, String, boolean) - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeColumnDesc
 
exprNodeColumnDesc(Class<?>, String, String, boolean) - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeColumnDesc
 
ExprNodeColumnEvaluator - Class in org.apache.hadoop.hive.ql.exec
This evaluator gets the column from the row object.
ExprNodeColumnEvaluator(exprNodeColumnDesc) - Constructor for class org.apache.hadoop.hive.ql.exec.ExprNodeColumnEvaluator
 
exprNodeConstantDesc - Class in org.apache.hadoop.hive.ql.plan
A constant expression.
exprNodeConstantDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeConstantDesc
 
exprNodeConstantDesc(TypeInfo, Object) - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeConstantDesc
 
exprNodeConstantDesc(Object) - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeConstantDesc
 
ExprNodeConstantEvaluator - Class in org.apache.hadoop.hive.ql.exec
 
ExprNodeConstantEvaluator(exprNodeConstantDesc) - Constructor for class org.apache.hadoop.hive.ql.exec.ExprNodeConstantEvaluator
 
exprNodeDesc - Class in org.apache.hadoop.hive.ql.plan
 
exprNodeDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeDesc
 
exprNodeDesc(TypeInfo) - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeDesc
 
ExprNodeEvaluator - Class in org.apache.hadoop.hive.ql.exec
 
ExprNodeEvaluator() - Constructor for class org.apache.hadoop.hive.ql.exec.ExprNodeEvaluator
 
ExprNodeEvaluatorFactory - Class in org.apache.hadoop.hive.ql.exec
 
ExprNodeEvaluatorFactory() - Constructor for class org.apache.hadoop.hive.ql.exec.ExprNodeEvaluatorFactory
 
exprNodeFieldDesc - Class in org.apache.hadoop.hive.ql.plan
 
exprNodeFieldDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeFieldDesc
 
exprNodeFieldDesc(TypeInfo, exprNodeDesc, String, Boolean) - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeFieldDesc
 
ExprNodeFieldEvaluator - Class in org.apache.hadoop.hive.ql.exec
This Evaluator can evaluate s.f for s as both struct and list of struct.
ExprNodeFieldEvaluator(exprNodeFieldDesc) - Constructor for class org.apache.hadoop.hive.ql.exec.ExprNodeFieldEvaluator
 
exprNodeFuncDesc - Class in org.apache.hadoop.hive.ql.plan
The reason that we have to store UDFClass as well as UDFMethod is because UDFMethod might be declared in a parent class of UDFClass.
exprNodeFuncDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeFuncDesc
 
exprNodeFuncDesc(String, TypeInfo, Class<? extends UDF>, Method, List<exprNodeDesc>) - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeFuncDesc
 
ExprNodeFuncEvaluator - Class in org.apache.hadoop.hive.ql.exec
 
ExprNodeFuncEvaluator(exprNodeFuncDesc) - Constructor for class org.apache.hadoop.hive.ql.exec.ExprNodeFuncEvaluator
 
exprNodeGenericFuncDesc - Class in org.apache.hadoop.hive.ql.plan
Describes a GenericFunc node.
exprNodeGenericFuncDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeGenericFuncDesc
 
exprNodeGenericFuncDesc(TypeInfo, Class<? extends GenericUDF>, List<exprNodeDesc>) - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeGenericFuncDesc
 
ExprNodeGenericFuncEvaluator - Class in org.apache.hadoop.hive.ql.exec
 
ExprNodeGenericFuncEvaluator(exprNodeGenericFuncDesc) - Constructor for class org.apache.hadoop.hive.ql.exec.ExprNodeGenericFuncEvaluator
 
exprNodeNullDesc - Class in org.apache.hadoop.hive.ql.plan
 
exprNodeNullDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.exprNodeNullDesc
 
ExprNodeNullEvaluator - Class in org.apache.hadoop.hive.ql.exec
 
ExprNodeNullEvaluator(exprNodeNullDesc) - Constructor for class org.apache.hadoop.hive.ql.exec.ExprNodeNullEvaluator
 
ExprProcCtx - Class in org.apache.hadoop.hive.ql.optimizer.ppr
The processor context for partition pruner.
ExprProcCtx(String) - Constructor for class org.apache.hadoop.hive.ql.optimizer.ppr.ExprProcCtx
 
ExprProcFactory - Class in org.apache.hadoop.hive.ql.optimizer.ppr
Expression processor factory for partition pruning.
ExprProcFactory() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ppr.ExprProcFactory
 
ExprProcFactory.ColumnExprProcessor - Class in org.apache.hadoop.hive.ql.optimizer.ppr
Processor for column expressions.
ExprProcFactory.ColumnExprProcessor() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ppr.ExprProcFactory.ColumnExprProcessor
 
ExprProcFactory.DefaultExprProcessor - Class in org.apache.hadoop.hive.ql.optimizer.ppr
Processor for constants and null expressions.
ExprProcFactory.DefaultExprProcessor() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ppr.ExprProcFactory.DefaultExprProcessor
 
ExprProcFactory.FieldExprProcessor - Class in org.apache.hadoop.hive.ql.optimizer.ppr
 
ExprProcFactory.FieldExprProcessor() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ppr.ExprProcFactory.FieldExprProcessor
 
ExprProcFactory.FuncExprProcessor - Class in org.apache.hadoop.hive.ql.optimizer.ppr
Process function descriptors.
ExprProcFactory.FuncExprProcessor() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ppr.ExprProcFactory.FuncExprProcessor
 
ExprProcFactory.GenericFuncExprProcessor - Class in org.apache.hadoop.hive.ql.optimizer.ppr
If all children are candidates and refer only to one table alias then this expr is a candidate else it is not a candidate but its children could be final candidates
ExprProcFactory.GenericFuncExprProcessor() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ppr.ExprProcFactory.GenericFuncExprProcessor
 
ExprPrunerInfo - Class in org.apache.hadoop.hive.ql.optimizer.ppr
The processor context for partition pruner.
ExprPrunerInfo() - Constructor for class org.apache.hadoop.hive.ql.optimizer.ppr.ExprPrunerInfo
 
ExprWalkerInfo - Class in org.apache.hadoop.hive.ql.ppd
Context for Expression Walker for determining predicate pushdown candidates It contains a ExprInfo object for each expression that is processed.
ExprWalkerInfo() - Constructor for class org.apache.hadoop.hive.ql.ppd.ExprWalkerInfo
 
ExprWalkerInfo(Operator<? extends Serializable>, RowResolver) - Constructor for class org.apache.hadoop.hive.ql.ppd.ExprWalkerInfo
 
ExprWalkerProcFactory - Class in org.apache.hadoop.hive.ql.ppd
Expression factory for predicate pushdown processing.
ExprWalkerProcFactory() - Constructor for class org.apache.hadoop.hive.ql.ppd.ExprWalkerProcFactory
 
ExprWalkerProcFactory.ColumnExprProcessor - Class in org.apache.hadoop.hive.ql.ppd
 
ExprWalkerProcFactory.ColumnExprProcessor() - Constructor for class org.apache.hadoop.hive.ql.ppd.ExprWalkerProcFactory.ColumnExprProcessor
 
ExprWalkerProcFactory.DefaultExprProcessor - Class in org.apache.hadoop.hive.ql.ppd
For constants and null expressions
ExprWalkerProcFactory.DefaultExprProcessor() - Constructor for class org.apache.hadoop.hive.ql.ppd.ExprWalkerProcFactory.DefaultExprProcessor
 
ExprWalkerProcFactory.FieldExprProcessor - Class in org.apache.hadoop.hive.ql.ppd
 
ExprWalkerProcFactory.FieldExprProcessor() - Constructor for class org.apache.hadoop.hive.ql.ppd.ExprWalkerProcFactory.FieldExprProcessor
 
ExprWalkerProcFactory.FuncExprProcessor - Class in org.apache.hadoop.hive.ql.ppd
If all children are candidates and refer only to one table alias then this expr is a candidate else it is not a candidate but its children could be final candidates
ExprWalkerProcFactory.FuncExprProcessor() - Constructor for class org.apache.hadoop.hive.ql.ppd.ExprWalkerProcFactory.FuncExprProcessor
 
ExprWalkerProcFactory.GenericFuncExprProcessor - Class in org.apache.hadoop.hive.ql.ppd
If all children are candidates and refer only to one table alias then this expr is a candidate else it is not a candidate but its children could be final candidates
ExprWalkerProcFactory.GenericFuncExprProcessor() - Constructor for class org.apache.hadoop.hive.ql.ppd.ExprWalkerProcFactory.GenericFuncExprProcessor
 
Extends() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
extractDesc - Class in org.apache.hadoop.hive.ql.plan
 
extractDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.extractDesc
 
extractDesc(exprNodeDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.extractDesc
 
ExtractOperator - Class in org.apache.hadoop.hive.ql.exec
Extract operator implementation Extracts a subobject and passes that on.
ExtractOperator() - Constructor for class org.apache.hadoop.hive.ql.exec.ExtractOperator
 
extractPushdownPreds(OpWalkerInfo, Operator<? extends Serializable>, exprNodeDesc) - Static method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerProcFactory
 
extractPushdownPreds(OpWalkerInfo, Operator<? extends Serializable>, List<exprNodeDesc>) - Static method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerProcFactory
Extracts pushdown predicates from the given list of predicate expression

F

FastIterator - Class in org.apache.hadoop.hive.ql.util.jdbm.helper
Fast and simple iterator.
FastIterator() - Constructor for class org.apache.hadoop.hive.ql.util.jdbm.helper.FastIterator
 
fetch(Vector<String>) - Method in class org.apache.hadoop.hive.ql.exec.FetchTask
 
fetch(Vector<String>) - Method in class org.apache.hadoop.hive.ql.exec.Task
 
fetch(long) - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.BaseRecordManager
Fetches a record using standard java object serialization.
fetch(long, Serializer) - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.BaseRecordManager
Fetches a record using a custom serializer.
fetch(long) - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.CacheRecordManager
Fetches a record using standard Java serialization.
fetch(long, Serializer) - Method in class org.apache.hadoop.hive.ql.util.jdbm.recman.CacheRecordManager
Fetches a record using a custom serializer.
fetch(long) - Method in interface org.apache.hadoop.hive.ql.util.jdbm.RecordManager
Fetches a record using standard java object serialization.
fetch(long, Serializer) - Method in interface org.apache.hadoop.hive.ql.util.jdbm.RecordManager
Fetches a record using a custom serializer.
fetchAll() - Method in class org.apache.hadoop.hive.service.HiveServer.HiveServerHandler
Fetches all the rows in a result set.
fetchAll() - Method in class org.apache.hadoop.hive.service.ThriftHive.Client
 
fetchAll() - Method in interface org.apache.hadoop.hive.service.ThriftHive.Iface
 
fetchN(int) - Method in class org.apache.hadoop.hive.service.HiveServer.HiveServerHandler
Fetches numRows rows.
fetchN(int) - Method in class org.apache.hadoop.hive.service.ThriftHive.Client
 
fetchN(int) - Method in interface org.apache.hadoop.hive.service.ThriftHive.Iface
 
fetchOne() - Method in class org.apache.hadoop.hive.service.HiveServer.HiveServerHandler
Fetches the next row in a query result set.
fetchOne() - Method in class org.apache.hadoop.hive.service.ThriftHive.Client
 
fetchOne() - Method in interface org.apache.hadoop.hive.service.ThriftHive.Iface
 
FetchOperator - Class in org.apache.hadoop.hive.ql.exec
FetchTask implementation
FetchOperator(fetchWork, JobConf) - Constructor for class org.apache.hadoop.hive.ql.exec.FetchOperator
 
FetchTask - Class in org.apache.hadoop.hive.ql.exec
FetchTask implementation
FetchTask() - Constructor for class org.apache.hadoop.hive.ql.exec.FetchTask
 
fetchTask - Variable in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
 
fetchTaskInit - Variable in class org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer
 
fetchWork - Class in org.apache.hadoop.hive.ql.plan
 
fetchWork() - Constructor for class org.apache.hadoop.hive.ql.plan.fetchWork
 
fetchWork(String, tableDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.fetchWork
 
fetchWork(String, tableDesc, int) - Constructor for class org.apache.hadoop.hive.ql.plan.fetchWork
 
fetchWork(List<String>, List<partitionDesc>) - Constructor for class org.apache.hadoop.hive.ql.plan.fetchWork
 
fetchWork(List<String>, List<partitionDesc>, int) - Constructor for class org.apache.hadoop.hive.ql.plan.fetchWork
 
Field() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
field - Variable in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector.MyField
 
field0 - Variable in class org.apache.hadoop.hive.serde.test.InnerStruct
 
FIELD0 - Static variable in class org.apache.hadoop.hive.serde.test.InnerStruct
 
field1 - Variable in class org.apache.hadoop.hive.serde.test.ThriftTestObj
 
FIELD1 - Static variable in class org.apache.hadoop.hive.serde.test.ThriftTestObj
 
field2 - Variable in class org.apache.hadoop.hive.serde.test.ThriftTestObj
 
FIELD2 - Static variable in class org.apache.hadoop.hive.serde.test.ThriftTestObj
 
field3 - Variable in class org.apache.hadoop.hive.serde.test.ThriftTestObj
 
FIELD3 - Static variable in class org.apache.hadoop.hive.serde.test.ThriftTestObj
 
FIELD_DELIM - Static variable in class org.apache.hadoop.hive.serde.Constants
 
FIELD_TO_DIMENSION - Static variable in class org.apache.hadoop.hive.metastore.api.Constants
 
fieldid - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSimpleNode
 
fieldID - Variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector.MyField
 
fieldID - Variable in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector.MyField
 
FieldList() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
fieldName - Variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector.MyField
 
fieldName - Variable in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector.MyField
 
fieldObjectInspector - Variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector.MyField
 
fieldObjectInspector - Variable in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector.MyField
 
fieldObjectInspector - Variable in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector.MyField
 
FieldRequiredness() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
FIELDS - Static variable in class org.apache.hadoop.hive.metastore.api.Type
 
fields - Variable in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
fields - Variable in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
 
fields - Variable in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
For a single column, a split on the secondary separator
FieldSchema - Class in org.apache.hadoop.hive.metastore.api
 
FieldSchema() - Constructor for class org.apache.hadoop.hive.metastore.api.FieldSchema
 
FieldSchema(String, String, String) - Constructor for class org.apache.hadoop.hive.metastore.api.FieldSchema
 
FieldSchema(FieldSchema) - Constructor for class org.apache.hadoop.hive.metastore.api.FieldSchema
Performs a deep copy on other.
FIELDSCHEMAS - Static variable in class org.apache.hadoop.hive.metastore.api.Schema
 
fieldsPresent - Variable in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldList
 
FieldType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
FieldValue() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
FILE_HEADER - Static variable in interface org.apache.hadoop.hive.ql.util.jdbm.recman.Magic
Magic cookie at start of file
FILE_INPUT_FORMAT - Static variable in class org.apache.hadoop.hive.metastore.api.Constants
 
FILE_OUTPUT_FORMAT - Static variable in class org.apache.hadoop.hive.metastore.api.Constants
 
fileName - Variable in class org.apache.hadoop.hive.cli.CliSessionState
-f option if any that the session has been invoked with
fileSinkDesc - Class in org.apache.hadoop.hive.ql.plan
 
fileSinkDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.fileSinkDesc
 
fileSinkDesc(String, tableDesc, boolean, int) - Constructor for class org.apache.hadoop.hive.ql.plan.fileSinkDesc
 
fileSinkDesc(String, tableDesc, boolean) - Constructor for class org.apache.hadoop.hive.ql.plan.fileSinkDesc
 
FileSinkOperator - Class in org.apache.hadoop.hive.ql.exec
File Sink operator implementation
FileSinkOperator() - Constructor for class org.apache.hadoop.hive.ql.exec.FileSinkOperator
 
FileSinkOperator.RecordWriter - Interface in org.apache.hadoop.hive.ql.exec
 
FileSinkOperator.TableIdEnum - Enum in org.apache.hadoop.hive.ql.exec
 
fileSystemDeleteOnExit(FileSystem, Path) - Method in interface org.apache.hadoop.hive.shims.HadoopShims
Calls fs.deleteOnExit(path) if such a function exists.
FileUtils - Class in org.apache.hadoop.hive.common
Collection of file manipulation utilities common across Hive
FileUtils() - Constructor for class org.apache.hadoop.hive.common.FileUtils
 
FillBuff() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
filterDesc - Class in org.apache.hadoop.hive.ql.plan
 
filterDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.filterDesc
 
filterDesc(exprNodeDesc, boolean) - Constructor for class org.apache.hadoop.hive.ql.plan.filterDesc
 
FilterOperator - Class in org.apache.hadoop.hive.ql.exec
Filter operator implementation
FilterOperator() - Constructor for class org.apache.hadoop.hive.ql.exec.FilterOperator
 
FilterOperator.Counter - Enum in org.apache.hadoop.hive.ql.exec
 
finalPath - Variable in class org.apache.hadoop.hive.ql.exec.FileSinkOperator
 
find_resource_type(String) - Static method in class org.apache.hadoop.hive.ql.session.SessionState
 
findAllSessionItems() - Method in class org.apache.hadoop.hive.hwi.HWISessionManager
Rather then return the actual items we return a list copies.
findAllSessionsForUser(HWIAuth) - Method in class org.apache.hadoop.hive.hwi.HWISessionManager
Used to list all the sessions of a user
findAllUsersWithSessions() - Method in class org.apache.hadoop.hive.hwi.HWISessionManager
Used to list all users that have at least one session
findColumn(String) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
findSessionItemByName(HWIAuth, String) - Method in class org.apache.hadoop.hive.hwi.HWISessionManager
Helper method useful when you know the session name you wish to reference.
findText(Text, Text, int) - Static method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUtils
Finds any occurence of subtext from text in the backing buffer, for avoiding string encoding and decoding.
first() - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
firstField - Variable in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
Is this the first field we're writing
firstInnerField - Variable in class org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol
Is this the first list/map/set field we're writing for the current element
FlagArgs() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
FlatFileInputFormat<T> - Class in org.apache.hadoop.hive.ql.io
An InputFormat for Plain files with Deserializer records
FlatFileInputFormat() - Constructor for class org.apache.hadoop.hive.ql.io.FlatFileInputFormat
 
FlatFileInputFormat.FlatFileRecordReader<R> - Class in org.apache.hadoop.hive.ql.io
An RecordReader for plain files with Deserializer records Reads one row at a time of type R.
FlatFileInputFormat.FlatFileRecordReader(Configuration, FileSplit) - Constructor for class org.apache.hadoop.hive.ql.io.FlatFileInputFormat.FlatFileRecordReader
FlatFileRecordReader constructor constructs the underlying stream (potentially decompressed) and creates the deserializer.
FlatFileInputFormat.RowContainer<T> - Class in org.apache.hadoop.hive.ql.io
A work-around until HADOOP-1230 is fixed.
FlatFileInputFormat.RowContainer() - Constructor for class org.apache.hadoop.hive.ql.io.FlatFileInputFormat.RowContainer
 
FlatFileInputFormat.SerializationContext<S> - Interface in org.apache.hadoop.hive.ql.io
An implementation of SerializationContext is responsible for looking up the Serialization implementation for the given RecordReader.
FlatFileInputFormat.SerializationContextFromConf<S> - Class in org.apache.hadoop.hive.ql.io
An implementation of FlatFileInputFormat.SerializationContext that reads the Serialization class and specific subclass to be deserialized from the JobConf.
FlatFileInputFormat.SerializationContextFromConf() - Constructor for class org.apache.hadoop.hive.ql.io.FlatFileInputFormat.SerializationContextFromConf
 
FLOAT_TYPE_NAME - Static variable in class org.apache.hadoop.hive.serde.Constants
 
FloatObjectInspector - Interface in org.apache.hadoop.hive.serde2.objectinspector.primitive
A FloatObjectInspector inspects an Object representing a Float.
floatTypeEntry - Static variable in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
 
floatTypeInfo - Static variable in class org.apache.hadoop.hive.serde2.typeinfo.TypeInfoFactory
 
floatWritable - Variable in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericOp
 
floatWritable - Variable in class org.apache.hadoop.hive.ql.udf.UDFBaseNumericUnaryOp
 
flush(long) - Method in interface org.apache.hadoop.hive.ql.util.jdbm.recman.RecordCache
Notification to flush content related to a given record.
flushAll() - Method in interface org.apache.hadoop.hive.ql.util.jdbm.recman.RecordCache
Notification to flush data all of records.
FOLLOW_aliasList_in_trfmClause5279 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_aliasList_in_trfmClause5292 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_alterStatement_in_ddlStatement682 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_alterStatementSuffix_in_alterStatement975 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_alterStatementSuffixAddCol_in_alterStatementSuffix1010 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_alterStatementSuffixAddPartitions_in_alterStatementSuffix1026 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_alterStatementSuffixDropPartitions_in_alterStatementSuffix1018 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_alterStatementSuffixProperties_in_alterStatementSuffix1034 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_alterStatementSuffixRename_in_alterStatementSuffix1002 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_alterStatementSuffixSerdeProperties_in_alterStatementSuffix1042 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_AMPERSAND_in_precedenceAmpersandOperator7517 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_atomExpression_in_precedenceFieldExpression7154 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_BITWISEOR_in_precedenceBitwiseOrOperator7568 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_BITWISEXOR_in_precedenceBitwiseXorOperator7347 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_body_in_queryStatement3947 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_booleanValue_in_constant6964 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_caseExpression_in_atomExpression7102 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_castExpression_in_atomExpression7094 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_CharSetLiteral_in_charSetStringLiteral7002 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_CharSetName_in_charSetStringLiteral6998 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_charSetStringLiteral_in_constant6956 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_clusterByClause_in_body4310 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_clusterByClause_in_body4436 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_clusterByClause_in_regular_body4021 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_clusterByClause_in_regular_body4157 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_colType_in_columnNameType3374 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnName_in_columnNameList3083 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnName_in_columnNameList3088 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnNameList_in_tableBuckets2099 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnNameOrder_in_columnNameOrderList3159 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnNameOrder_in_columnNameOrderList3164 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnNameOrderList_in_tableBuckets2112 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnNameType_in_columnNameTypeList3040 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnNameType_in_columnNameTypeList3045 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnNameTypeList_in_alterStatementSuffixAddCol1141 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnNameTypeList_in_createStatement829 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnNameTypeList_in_tablePartition2043 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnNameTypeList_in_trfmClause5283 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnNameTypeList_in_trfmClause5296 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnRefOrder_in_orderByClause6290 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnRefOrder_in_orderByClause6300 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnRefOrder_in_sortByClause6466 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_columnRefOrder_in_sortByClause6476 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_aliasList5603 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_alterStatementSuffixDropPartitions1331 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_clusterByClause6358 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_columnNameList3086 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_columnNameOrderList3162 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_columnNameTypeList3043 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_distributeByClause6414 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_expressionList5556 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_function6550 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_groupByClause6201 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_hintArgs5078 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_hintList4950 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_mapType3833 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_metastoreCheck1798 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_orderByClause6298 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_partitionSpec7936 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_propertiesList2542 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_selectExpressionList5415 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_selectList4853 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_sortByClause6474 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_COMMA_in_tableSample5930 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_constant_in_atomExpression7078 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_constant_in_partitionVal7979 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_createFunctionStatement_in_ddlStatement714 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_createStatement_in_ddlStatement666 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_ddlStatement_in_execStatement553 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_descStatement_in_ddlStatement690 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_destination_in_insertClause4568 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_distributeByClause_in_body4316 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_distributeByClause_in_body4442 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_distributeByClause_in_regular_body4027 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_distributeByClause_in_regular_body4163 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_DIVIDE_in_hintClause4898 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_DIVIDE_in_hintClause4908 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_DOT_in_precedenceFieldExpression7170 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_DOT_in_tableAllColumns5468 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_DOT_in_tabTypeExpr1526 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_dropFunctionStatement_in_ddlStatement722 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_dropStatement_in_ddlStatement674 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_EOF_in_statement462 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_EOF_in_statement469 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_EQUAL_in_keyValueProperty2592 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_EQUAL_in_partitionVal7977 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_execStatement_in_explainStatement499 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_execStatement_in_statement467 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_explainStatement_in_statement460 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_atomExpression7129 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_caseExpression6782 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_caseExpression6791 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_caseExpression6795 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_caseExpression6806 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_castExpression6705 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_clusterByClause6350 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_clusterByClause6360 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_columnRefOrder3286 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_distributeByClause6411 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_distributeByClause6416 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_expressionList5553 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_expressionList5558 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_function6547 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_function6552 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_groupByExpression6250 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_joinSource5710 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_precedenceFieldExpression7161 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_searchCondition6151 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_selectExpression5377 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_tableSample5927 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_tableSample5934 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_whenExpression6871 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_whenExpression6875 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_expression_in_whenExpression6886 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_fromClause_in_queryStatement3937 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_fromClause_in_regular_body3998 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_fromClause_in_regular_body4134 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_fromSource_in_joinSource5693 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_fromSource_in_joinSource5704 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_function_in_atomExpression7086 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_functionName_in_function6519 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_GREATERTHAN_in_listType3788 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_GREATERTHAN_in_mapType3839 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_groupByClause_in_body4298 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_groupByClause_in_body4424 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_groupByClause_in_regular_body4009 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_groupByClause_in_regular_body4145 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_groupByExpression_in_groupByClause6193 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_groupByExpression_in_groupByClause6203 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_hintArgName_in_hintArgs5075 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_hintArgName_in_hintArgs5080 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_hintArgs_in_hintItem4995 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_hintClause_in_selectList4846 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_hintItem_in_hintList4947 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_hintItem_in_hintList4952 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_hintList_in_hintClause4904 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_hintName_in_hintItem4990 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_aliasList5600 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_aliasList5605 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_alterStatementSuffixAddCol1123 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_alterStatementSuffixAddPartitions1216 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_alterStatementSuffixDropPartitions1324 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_alterStatementSuffixProperties1379 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_alterStatementSuffixRename1071 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_alterStatementSuffixRename1079 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_alterStatementSuffixSerdeProperties1429 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_alterStatementSuffixSerdeProperties1475 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_columnName3132 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_columnNameOrder3202 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_columnNameType3372 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_createFunctionStatement1865 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_createStatement806 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_createStatement822 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_descStatement1657 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_dropFunctionStatement1916 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_dropStatement933 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_hintArgName5122 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_metastoreCheck1792 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_partitionVal7975 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_precedenceFieldExpression7173 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_selectItem5162 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_showStatement1746 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_subQuerySource6059 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_tableAllColumns5466 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_tableOrColumn5514 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_tableSource5989 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_tableSource6001 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_tabName7882 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Identifier_in_tabTypeExpr1523 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_ifNotExists_in_createStatement801 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_insertClause_in_body4282 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_insertClause_in_regular_body3988 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_joinSource_in_fromClause5654 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_joinToken_in_joinSource5701 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_keyValueProperty_in_propertiesList2539 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_keyValueProperty_in_propertiesList2544 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ADD_in_alterStatementSuffixAddCol1128 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ADD_in_alterStatementSuffixAddPartitions1218 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ALL_in_queryOperator3884 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ALL_in_selectClause4726 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ALTER_in_alterStatement969 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_AND_in_precedenceAndOperator7755 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ARRAY_in_listType3782 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_AS_in_castExpression6717 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_AS_in_createFunctionStatement1867 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_AS_in_selectItem5159 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_AS_in_tableFileFormat2878 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_AS_in_tableFileFormat2897 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_AS_in_tableFileFormat2916 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_AS_in_tableFileFormat2935 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_AS_in_trfmClause5272 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ASC_in_columnNameOrder3207 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ASC_in_columnRefOrder3291 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BIGINT_in_primitiveType3590 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BOOLEAN_in_primitiveType3612 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BUCKET_in_tableSample5904 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BUCKETS_in_tableBuckets2124 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BY_in_clusterByClause6344 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BY_in_distributeByClause6405 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BY_in_groupByClause6187 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BY_in_orderByClause6284 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BY_in_sortByClause6460 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BY_in_tableBuckets2093 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BY_in_tableBuckets2106 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BY_in_tablePartition2039 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BY_in_tableRowFormatCollItemsIdentifier2716 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BY_in_tableRowFormatFieldIdentifier2645 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BY_in_tableRowFormatFieldIdentifier2654 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BY_in_tableRowFormatLinesIdentifier2826 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_BY_in_tableRowFormatMapKeysIdentifier2772 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_CASE_in_caseExpression6780 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_CASE_in_whenExpression6860 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_CAST_in_castExpression6686 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_CLUSTER_in_clusterByClause6342 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_CLUSTERED_in_tableBuckets2091 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_COLLECTION_in_tableRowFormatCollItemsIdentifier2710 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_COLUMNS_in_alterStatementSuffixAddCol1137 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_COMMENT_in_columnNameType3377 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_COMMENT_in_tableComment1996 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_CREATE_in_createFunctionStatement1859 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_CREATE_in_createStatement790 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DATA_in_loadStatement582 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DATE_in_primitiveType3678 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DATETIME_in_primitiveType3702 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DELIMITED_in_serdePropertiesFormat2361 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DESC_in_columnNameOrder3213 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DESC_in_columnRefOrder3297 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DESCRIBE_in_descStatement1616 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DESCRIBE_in_descStatement1650 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DIRECTORY_in_destination4608 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DIRECTORY_in_destination4625 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DISTINCT_in_function6536 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DISTINCT_in_selectClause4732 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DISTRIBUTE_in_distributeByClause6403 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DOUBLE_in_primitiveType3656 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DROP_in_alterStatementSuffixDropPartitions1326 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DROP_in_dropFunctionStatement1910 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_DROP_in_dropStatement929 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ELSE_in_caseExpression6804 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ELSE_in_whenExpression6884 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_END_in_caseExpression6814 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_END_in_whenExpression6894 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ESCAPED_in_tableRowFormatFieldIdentifier2652 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_EXISTS_in_ifNotExists753 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_EXPLAIN_in_explainStatement490 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_EXTENDED_in_descStatement1621 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_EXTENDED_in_descStatement1654 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_EXTENDED_in_explainStatement495 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_EXTERNAL_in_createStatement795 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_FALSE_in_booleanValue7862 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_FIELDS_in_tableRowFormatFieldIdentifier2641 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_FLOAT_in_primitiveType3633 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_FORMAT_in_serdeFormat2290 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_FORMAT_in_serdePropertiesFormat2359 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_FROM_in_fromClause5652 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_FULL_in_joinToken5817 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_FUNCTION_in_createFunctionStatement1863 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_FUNCTION_in_descStatement1652 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_FUNCTION_in_dropFunctionStatement1914 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_FUNCTIONS_in_showStatement1721 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_GROUP_in_groupByClause6185 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_IF_in_ifNotExists749 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_INPATH_in_loadStatement591 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_INPUTFORMAT_in_tableFileFormat2937 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_INSERT_in_insertClause4564 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_INT_in_primitiveType3565 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_INTO_in_loadStatement606 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_INTO_in_tableBuckets2118 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_IS_in_precedenceUnarySuffixExpression7297 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ITEMS_in_tableRowFormatCollItemsIdentifier2712 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_JOIN_in_joinToken5748 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_JOIN_in_joinToken5784 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_JOIN_in_joinToken5803 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_JOIN_in_joinToken5821 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_KEYS_in_tableRowFormatMapKeysIdentifier2768 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_LEFT_in_joinToken5780 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_LIKE_in_createStatement818 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_LIMIT_in_limitClause4678 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_LINES_in_tableRowFormatLinesIdentifier2822 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_LOAD_in_loadStatement580 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_LOCAL_in_destination4606 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_LOCAL_in_loadStatement587 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_LOCATION_in_partitionLocation1284 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_LOCATION_in_tableLocation2998 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_MAP_in_mapType3825 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_MAP_in_tableRowFormatMapKeysIdentifier2766 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_MAP_in_trfmClause5227 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_MAPJOIN_in_hintName5040 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_MSCK_in_metastoreCheck1785 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_NOT_in_ifNotExists751 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_NOT_in_nullCondition7240 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_NOT_in_precedenceNotOperator7706 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_NULL_in_atomExpression7066 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_NULL_in_nullCondition7226 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_NULL_in_nullCondition7242 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_OF_in_tableSample5914 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ON_in_joinSource5707 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ON_in_tableSample5923 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_OR_in_precedenceOrOperator7806 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ORDER_in_orderByClause6282 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_OUT_in_tableSample5912 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_OUTER_in_joinToken5782 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_OUTER_in_joinToken5801 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_OUTER_in_joinToken5819 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_OUTPUTFORMAT_in_tableFileFormat2943 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_OVERWRITE_in_insertClause4566 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_OVERWRITE_in_loadStatement602 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_PARTITION_in_partitionSpec7924 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_PARTITIONED_in_tablePartition2037 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_PARTITIONS_in_showStatement1744 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_PROPERTIES_in_alterStatementSuffixProperties1383 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_RCFILE_in_tableFileFormat2918 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_RECORDREADER_in_recordReader2237 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_REDUCE_in_trfmClause5242 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_RENAME_in_alterStatementSuffixRename1073 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_REPLACE_in_alterStatementSuffixAddCol1134 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_RIGHT_in_joinToken5799 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ROW_in_serdeFormat2288 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_ROW_in_serdePropertiesFormat2357 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SELECT_in_selectClause4723 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SELECT_in_trfmClause5209 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SEQUENCEFILE_in_tableFileFormat2880 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SERDE_in_alterStatementSuffixSerdeProperties1433 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SERDE_in_serdeFormat2292 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SERDEPROPERTIES_in_alterStatementSuffixSerdeProperties1442 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SERDEPROPERTIES_in_alterStatementSuffixSerdeProperties1479 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SERDEPROPERTIES_in_serdeFormat2301 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SET_in_alterStatementSuffixProperties1381 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SET_in_alterStatementSuffixSerdeProperties1431 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SET_in_alterStatementSuffixSerdeProperties1477 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SHOW_in_showStatement1696 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SHOW_in_showStatement1719 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SHOW_in_showStatement1742 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SMALLINT_in_primitiveType3545 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SORT_in_sortByClause6458 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_SORTED_in_tableBuckets2104 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_STORED_in_tableFileFormat2876 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_STORED_in_tableFileFormat2895 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_STORED_in_tableFileFormat2914 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_STORED_in_tableFileFormat2933 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_STRING_in_primitiveType3741 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TABLE_in_alterStatement972 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TABLE_in_createStatement799 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TABLE_in_destination4642 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TABLE_in_dropStatement931 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TABLE_in_loadStatement608 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TABLE_in_metastoreCheck1788 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TABLES_in_showStatement1698 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TABLESAMPLE_in_tableSample5900 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TEMPORARY_in_createFunctionStatement1861 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TEMPORARY_in_dropFunctionStatement1912 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TERMINATED_in_tableRowFormatCollItemsIdentifier2714 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TERMINATED_in_tableRowFormatFieldIdentifier2643 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TERMINATED_in_tableRowFormatLinesIdentifier2824 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TERMINATED_in_tableRowFormatMapKeysIdentifier2770 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TEXTFILE_in_tableFileFormat2899 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_THEN_in_caseExpression6793 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_THEN_in_whenExpression6873 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TIMESTAMP_in_primitiveType3722 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TINYINT_in_primitiveType3524 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TO_in_alterStatementSuffixRename1075 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TRANSFORM_in_trfmClause5211 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_TRUE_in_booleanValue7857 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_UNION_in_queryOperator3882 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_USING_in_trfmClause5261 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_WHEN_in_caseExpression6789 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_WHEN_in_whenExpression6869 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_WHERE_in_whereClause6110 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_WITH_in_alterStatementSuffixSerdeProperties1440 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_KW_WITH_in_serdeFormat2299 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LESSTHAN_in_listType3784 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LESSTHAN_in_mapType3827 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_limitClause_in_body4328 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_limitClause_in_body4454 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_limitClause_in_regular_body4039 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_limitClause_in_regular_body4175 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_listType_in_type3494 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_loadStatement_in_execStatement545 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_alterStatementSuffixAddCol1139 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_atomExpression7126 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_castExpression6692 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_createStatement827 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_function6525 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_hintItem4993 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_partitionSpec7931 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_subQuerySource6053 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_tableBuckets2095 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_tableBuckets2108 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_tablePartition2041 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_tableProperties2494 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_tableSample5902 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_trfmClause5213 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LPAREN_in_trfmClause5276 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_LSQUARE_in_precedenceFieldExpression7158 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_mapType_in_type3502 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_metastoreCheck_in_ddlStatement706 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_nullCondition_in_precedenceUnarySuffixExpression7299 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Number_in_constant6940 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Number_in_limitClause4682 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Number_in_tableBuckets2122 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Number_in_tableSample5909 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_Number_in_tableSample5919 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_orderByClause_in_body4304 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_orderByClause_in_body4430 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_orderByClause_in_regular_body4015 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_orderByClause_in_regular_body4151 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_partitionLocation_in_alterStatementSuffixAddPartitions1222 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_partitionLocation_in_alterStatementSuffixAddPartitions1228 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_partitionSpec_in_alterStatementSuffixAddPartitions1220 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_partitionSpec_in_alterStatementSuffixAddPartitions1226 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_partitionSpec_in_alterStatementSuffixDropPartitions1328 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_partitionSpec_in_alterStatementSuffixDropPartitions1333 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_partitionSpec_in_metastoreCheck1794 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_partitionSpec_in_metastoreCheck1800 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_partitionSpec_in_partTypeExpr1577 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_partitionSpec_in_tabName7884 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_partitionVal_in_partitionSpec7933 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_partitionVal_in_partitionSpec7939 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_partTypeExpr_in_descStatement1628 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_PLUS_in_hintClause4902 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceAmpersandExpression_in_precedenceBitwiseOrExpression7589 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceAmpersandExpression_in_precedenceBitwiseOrExpression7595 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceAmpersandOperator_in_precedenceAmpersandExpression7541 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceAndExpression_in_precedenceOrExpression7827 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceAndExpression_in_precedenceOrExpression7833 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceAndOperator_in_precedenceAndExpression7779 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceBitwiseOrExpression_in_precedenceEqualExpression7676 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceBitwiseOrExpression_in_precedenceEqualExpression7682 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceBitwiseOrOperator_in_precedenceBitwiseOrExpression7592 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceBitwiseXorExpression_in_precedenceStarExpression7432 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceBitwiseXorExpression_in_precedenceStarExpression7438 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceBitwiseXorOperator_in_precedenceBitwiseXorExpression7371 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceEqualExpression_in_precedenceNotExpression7733 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceEqualOperator_in_precedenceEqualExpression7679 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceFieldExpression_in_precedenceUnaryPrefixExpression7275 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceNotExpression_in_precedenceAndExpression7776 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceNotExpression_in_precedenceAndExpression7782 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceNotOperator_in_precedenceNotExpression7728 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceOrExpression_in_expression7045 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceOrOperator_in_precedenceOrExpression7830 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedencePlusExpression_in_precedenceAmpersandExpression7538 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedencePlusExpression_in_precedenceAmpersandExpression7544 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedencePlusOperator_in_precedencePlusExpression7490 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceStarExpression_in_precedencePlusExpression7487 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceStarExpression_in_precedencePlusExpression7493 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceStarOperator_in_precedenceStarExpression7435 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceUnaryOperator_in_precedenceUnaryPrefixExpression7270 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceUnaryPrefixExpression_in_precedenceUnarySuffixExpression7292 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceUnarySuffixExpression_in_precedenceBitwiseXorExpression7368 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_precedenceUnarySuffixExpression_in_precedenceBitwiseXorExpression7374 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_primitiveType_in_castExpression6729 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_primitiveType_in_mapType3831 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_primitiveType_in_type3486 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_propertiesList_in_tableProperties2496 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_queryOperator_in_queryStatementExpression3911 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_queryStatement_in_queryStatementExpression3908 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_queryStatement_in_queryStatementExpression3914 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_queryStatementExpression_in_execStatement537 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_queryStatementExpression_in_subQuerySource6055 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_recordReader_in_trfmClause5313 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_regular_body_in_queryStatement3969 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_alterStatementSuffixAddCol1143 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_atomExpression7131 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_castExpression6735 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_createStatement831 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_function6562 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_hintItem4997 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_partitionSpec7944 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_subQuerySource6057 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_tableBuckets2101 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_tableBuckets2114 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_tablePartition2045 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_tableProperties2498 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_tableSample5940 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_trfmClause5217 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RPAREN_in_trfmClause5286 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_RSQUARE_in_precedenceFieldExpression7163 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_searchCondition_in_whereClause6112 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_selectClause_in_body4287 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_selectClause_in_body4413 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_selectClause_in_regular_body3993 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_selectClause_in_regular_body4129 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_selectExpression_in_selectExpressionList5412 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_selectExpression_in_selectExpressionList5417 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_selectExpression_in_selectItem5155 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_selectExpressionList_in_trfmClause5215 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_selectExpressionList_in_trfmClause5232 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_selectExpressionList_in_trfmClause5244 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_selectItem_in_selectList4849 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_selectItem_in_selectList4856 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_selectList_in_selectClause4740 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_serde_in_trfmClause5254 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_serde_in_trfmClause5309 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_serdeFormat_in_serde2172 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_serdeFormat_in_tableRowFormat2449 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_serdePropertiesFormat_in_serde2188 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_serdePropertiesFormat_in_tableRowFormat2429 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_set_in_functionName0 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_set_in_precedenceEqualOperator0 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_set_in_precedencePlusOperator0 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_set_in_precedenceStarOperator0 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_set_in_precedenceUnaryOperator0 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_set_in_showStmtIdentifier0 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_set_in_tabTypeExpr1529 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_showStatement_in_ddlStatement698 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_showStmtIdentifier_in_showStatement1700 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_showStmtIdentifier_in_showStatement1723 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_sortByClause_in_body4322 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_sortByClause_in_body4448 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_sortByClause_in_regular_body4033 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_sortByClause_in_regular_body4169 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_STAR_in_hintClause4900 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_STAR_in_hintClause4906 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_STAR_in_tableAllColumns5452 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_STAR_in_tableAllColumns5470 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_alterStatementSuffixSerdeProperties1437 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_columnNameType3381 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_constant6948 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_createFunctionStatement1869 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_destination4610 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_destination4627 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_keyValueProperty2590 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_keyValueProperty2596 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_loadStatement596 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_partitionLocation1288 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_recordReader2239 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_serdeFormat2296 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_tableComment2000 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_tableFileFormat2941 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_tableFileFormat2947 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_tableLocation3002 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_tableRowFormatCollItemsIdentifier2720 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_tableRowFormatFieldIdentifier2649 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_tableRowFormatFieldIdentifier2658 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_tableRowFormatLinesIdentifier2830 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_tableRowFormatMapKeysIdentifier2776 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_StringLiteral_in_trfmClause5263 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_subQuerySource_in_fromSource5864 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableAllColumns_in_selectExpression5381 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableBuckets_in_createStatement841 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableComment_in_createStatement835 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableFileFormat_in_createStatement847 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableLocation_in_createStatement852 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableOrColumn_in_atomExpression7118 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tablePartition_in_createStatement838 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableProperties_in_alterStatementSuffixProperties1385 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableProperties_in_alterStatementSuffixSerdeProperties1444 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableProperties_in_alterStatementSuffixSerdeProperties1481 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableProperties_in_serdeFormat2305 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableRowFormat_in_createStatement844 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableRowFormatCollItemsIdentifier_in_serdePropertiesFormat2366 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableRowFormatFieldIdentifier_in_serdePropertiesFormat2363 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableRowFormatLinesIdentifier_in_serdePropertiesFormat2372 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableRowFormatMapKeysIdentifier_in_serdePropertiesFormat2369 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableSample_in_tableSource5994 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tableSource_in_fromSource5860 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tabName_in_destination4644 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tabName_in_loadStatement613 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_tabTypeExpr_in_partTypeExpr1575 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_trfmClause_in_selectClause4802 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_type_in_colType3469 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_type_in_listType3786 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_type_in_mapType3837 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_whenExpression_in_atomExpression7110 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_whereClause_in_body4292 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_whereClause_in_body4418 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_whereClause_in_regular_body4003 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FOLLOW_whereClause_in_regular_body4139 - Static variable in class org.apache.hadoop.hive.ql.parse.HiveParser
 
forward(ArrayList<Object>, GenericUDAFEvaluator.AggregationBuffer[]) - Method in class org.apache.hadoop.hive.ql.exec.GroupByOperator
Forward a record of keys and aggregation results.
forward(Object, ObjectInspector) - Method in class org.apache.hadoop.hive.ql.exec.Operator
 
forwardDesc - Class in org.apache.hadoop.hive.ql.plan
 
forwardDesc() - Constructor for class org.apache.hadoop.hive.ql.plan.forwardDesc
 
ForwardOperator - Class in org.apache.hadoop.hive.ql.exec
Forward Operator Just forwards.
ForwardOperator() - Constructor for class org.apache.hadoop.hive.ql.exec.ForwardOperator
 
FREE_PAGE - Static variable in interface org.apache.hadoop.hive.ql.util.jdbm.recman.Magic
Magics for blocks in certain lists.
FREELOGIDS_PAGE - Static variable in interface org.apache.hadoop.hive.ql.util.jdbm.recman.Magic
 
FREEPHYSIDS_PAGE - Static variable in interface org.apache.hadoop.hive.ql.util.jdbm.recman.Magic
 
fromClause() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
fromSource() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
fs - Variable in class org.apache.hadoop.hive.ql.exec.FileSinkOperator
 
FULL_OUTER_JOIN - Static variable in class org.apache.hadoop.hive.ql.plan.joinDesc
 
func(Operator) - Method in class org.apache.hadoop.hive.ql.exec.ExecMapper.reportStats
 
func(Operator<? extends Serializable>) - Method in interface org.apache.hadoop.hive.ql.exec.Operator.OperatorFunc
 
function() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
Function() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
FunctionInfo - Class in org.apache.hadoop.hive.ql.exec
 
FunctionInfo(String, Class<? extends UDF>, Class<? extends GenericUDF>) - Constructor for class org.apache.hadoop.hive.ql.exec.FunctionInfo
 
FunctionInfo(boolean, String, Class<? extends UDF>, Class<? extends GenericUDF>) - Constructor for class org.apache.hadoop.hive.ql.exec.FunctionInfo
 
FunctionInfo(String, GenericUDAFResolver) - Constructor for class org.apache.hadoop.hive.ql.exec.FunctionInfo
 
FunctionInfo(boolean, String, GenericUDAFResolver) - Constructor for class org.apache.hadoop.hive.ql.exec.FunctionInfo
 
FunctionInfo.OperatorType - Enum in org.apache.hadoop.hive.ql.exec
 
functionName() - Method in class org.apache.hadoop.hive.ql.parse.HiveParser
 
FunctionRegistry - Class in org.apache.hadoop.hive.ql.exec
 
FunctionRegistry() - Constructor for class org.apache.hadoop.hive.ql.exec.FunctionRegistry
 
FunctionSemanticAnalyzer - Class in org.apache.hadoop.hive.ql.parse
 
FunctionSemanticAnalyzer(HiveConf) - Constructor for class org.apache.hadoop.hive.ql.parse.FunctionSemanticAnalyzer
 
FunctionTask - Class in org.apache.hadoop.hive.ql.exec
 
FunctionTask() - Constructor for class org.apache.hadoop.hive.ql.exec.FunctionTask
 
FunctionType() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
 
FunctionWork - Class in org.apache.hadoop.hive.ql.plan
 
FunctionWork(createFunctionDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.FunctionWork
 
FunctionWork(dropFunctionDesc) - Constructor for class org.apache.hadoop.hive.ql.plan.FunctionWork
 

G

genColLists(HashMap<Operator<? extends Serializable>, OpParseContext>) - Method in class org.apache.hadoop.hive.ql.exec.GroupByOperator
 
genColLists(Operator<? extends Serializable>) - Method in class org.apache.hadoop.hive.ql.optimizer.ColumnPrunerProcCtx
Creates the list of internal column names(these names are used in the RowResolver and are different from the external column names) that are needed in the subtree.
generateCmdLine(HiveConf) - Static method in class org.apache.hadoop.hive.ql.exec.ExecDriver
Given a Hive Configuration object - generate a command line fragment for passing such configuration information to ExecDriver
generateParseException() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.thrift_grammar
Generate ParseException.
GenericUDAFAverage - Class in org.apache.hadoop.hive.ql.udf.generic
 
GenericUDAFAverage() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverage
 
GenericUDAFAverage.GenericUDAFAverageEvaluator - Class in org.apache.hadoop.hive.ql.udf.generic
 
GenericUDAFAverage.GenericUDAFAverageEvaluator() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFAverage.GenericUDAFAverageEvaluator
 
GenericUDAFBridge - Class in org.apache.hadoop.hive.ql.udf.generic
This class is a bridge between GenericUDAF and UDAF.
GenericUDAFBridge(UDAF) - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFBridge
 
GenericUDAFBridge.GenericUDAFBridgeEvaluator - Class in org.apache.hadoop.hive.ql.udf.generic
 
GenericUDAFBridge.GenericUDAFBridgeEvaluator() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFBridge.GenericUDAFBridgeEvaluator
 
GenericUDAFBridge.GenericUDAFBridgeEvaluator(Class<? extends UDAFEvaluator>) - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFBridge.GenericUDAFBridgeEvaluator
 
GenericUDAFCount - Class in org.apache.hadoop.hive.ql.udf.generic
This class implements the COUNT aggregation function as in SQL.
GenericUDAFCount() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCount
 
GenericUDAFCount.GenericUDAFCountEvaluator - Class in org.apache.hadoop.hive.ql.udf.generic
 
GenericUDAFCount.GenericUDAFCountEvaluator() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCount.GenericUDAFCountEvaluator
 
GenericUDAFEvaluator - Class in org.apache.hadoop.hive.ql.udf.generic
A Generic User-defined aggregation function (GenericUDAF) for the use with Hive.
GenericUDAFEvaluator() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFEvaluator
The constructor
GenericUDAFEvaluator.AggregationBuffer - Interface in org.apache.hadoop.hive.ql.udf.generic
The interface for a class that is used to store the aggregation result during the process of aggregation.
GenericUDAFEvaluator.Mode - Enum in org.apache.hadoop.hive.ql.udf.generic
 
GenericUDAFResolver - Interface in org.apache.hadoop.hive.ql.udf.generic
A Generic User-defined aggregation function (GenericUDAF) for the use with Hive.
GenericUDAFStd - Class in org.apache.hadoop.hive.ql.udf.generic
Compute the standard deviation by extending GenericUDAFVariance and overriding the terminate() method of the evaluator.
GenericUDAFStd() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFStd
 
GenericUDAFStd.GenericUDAFStdEvaluator - Class in org.apache.hadoop.hive.ql.udf.generic
Compute the standard deviation by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the evaluator.
GenericUDAFStd.GenericUDAFStdEvaluator() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFStd.GenericUDAFStdEvaluator
 
GenericUDAFStdSample - Class in org.apache.hadoop.hive.ql.udf.generic
Compute the sample standard deviation by extending GenericUDAFVariance and overriding the terminate() method of the evaluator.
GenericUDAFStdSample() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFStdSample
 
GenericUDAFStdSample.GenericUDAFStdSampleEvaluator - Class in org.apache.hadoop.hive.ql.udf.generic
Compute the sample standard deviation by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the evaluator
GenericUDAFStdSample.GenericUDAFStdSampleEvaluator() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFStdSample.GenericUDAFStdSampleEvaluator
 
GenericUDAFSum - Class in org.apache.hadoop.hive.ql.udf.generic
 
GenericUDAFSum() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFSum
 
GenericUDAFSum.GenericUDAFSumDouble - Class in org.apache.hadoop.hive.ql.udf.generic
 
GenericUDAFSum.GenericUDAFSumDouble() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFSum.GenericUDAFSumDouble
 
GenericUDAFSum.GenericUDAFSumLong - Class in org.apache.hadoop.hive.ql.udf.generic
 
GenericUDAFSum.GenericUDAFSumLong() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFSum.GenericUDAFSumLong
 
GenericUDAFVariance - Class in org.apache.hadoop.hive.ql.udf.generic
Compute the variance.
GenericUDAFVariance() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFVariance
 
GenericUDAFVariance.GenericUDAFVarianceEvaluator - Class in org.apache.hadoop.hive.ql.udf.generic
Evaluate the variance using the following modification of the formula from The Art of Computer Programming, vol.
GenericUDAFVariance.GenericUDAFVarianceEvaluator() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFVariance.GenericUDAFVarianceEvaluator
 
GenericUDAFVarianceSample - Class in org.apache.hadoop.hive.ql.udf.generic
Compute the sample variance by extending GenericUDAFVariance and overriding the terminate() method of the evaluator.
GenericUDAFVarianceSample() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFVarianceSample
 
GenericUDAFVarianceSample.GenericUDAFVarianceSampleEvaluator - Class in org.apache.hadoop.hive.ql.udf.generic
Compute the sample variance by extending GenericUDAFVarianceEvaluator and overriding the terminate() method of the evaluator
GenericUDAFVarianceSample.GenericUDAFVarianceSampleEvaluator() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDAFVarianceSample.GenericUDAFVarianceSampleEvaluator
 
GenericUDF - Class in org.apache.hadoop.hive.ql.udf.generic
A Generic User-defined function (GenericUDF) for the use with Hive.
GenericUDF() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDF
The constructor
GenericUDF.DeferredObject - Interface in org.apache.hadoop.hive.ql.udf.generic
A Defered Object allows us to do lazy-evaluation and short-circuiting.
GenericUDFCase - Class in org.apache.hadoop.hive.ql.udf.generic
GenericUDF Class for SQL construct "CASE WHEN a THEN b WHEN c THEN d [ELSE f] END".
GenericUDFCase() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFCase
 
GenericUDFCoalesce - Class in org.apache.hadoop.hive.ql.udf.generic
GenericUDF Class for SQL construct "COALESCE(a, b, c)".
GenericUDFCoalesce() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFCoalesce
 
GenericUDFElt - Class in org.apache.hadoop.hive.ql.udf.generic
Generic UDF for string function ELT(N,str1,str2,str3,...).
GenericUDFElt() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFElt
 
GenericUDFHash - Class in org.apache.hadoop.hive.ql.udf.generic
GenericUDF Class for computing hash values.
GenericUDFHash() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFHash
 
GenericUDFIf - Class in org.apache.hadoop.hive.ql.udf.generic
IF(expr1,expr2,expr3)
If expr1 is TRUE (expr1 <> 0 and expr1 <> NULL) then IF() returns expr2; otherwise it returns expr3.
GenericUDFIf() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFIf
 
GenericUDFIndex - Class in org.apache.hadoop.hive.ql.udf.generic
 
GenericUDFIndex() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFIndex
 
GenericUDFInstr - Class in org.apache.hadoop.hive.ql.udf.generic
Generic UDF for string function INSTR(str,substr).
GenericUDFInstr() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFInstr
 
GenericUDFLocate - Class in org.apache.hadoop.hive.ql.udf.generic
Generic UDF for string function LOCATE(substr, str), LOCATE(substr, str, start).
GenericUDFLocate() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFLocate
 
GenericUDFOPNotNull - Class in org.apache.hadoop.hive.ql.udf.generic
 
GenericUDFOPNotNull() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPNotNull
 
GenericUDFOPNull - Class in org.apache.hadoop.hive.ql.udf.generic
 
GenericUDFOPNull() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFOPNull
 
GenericUDFSize - Class in org.apache.hadoop.hive.ql.udf.generic
 
GenericUDFSize() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFSize
 
GenericUDFSplit - Class in org.apache.hadoop.hive.ql.udf.generic
 
GenericUDFSplit() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFSplit
 
GenericUDFUtils - Class in org.apache.hadoop.hive.ql.udf.generic
Util functions for GenericUDF classes.
GenericUDFUtils() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUtils
 
GenericUDFUtils.PrimitiveConversionHelper - Class in org.apache.hadoop.hive.ql.udf.generic
Convert primitive parameters between Java and Writable when needed.
GenericUDFUtils.PrimitiveConversionHelper(Method, ObjectInspector[]) - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUtils.PrimitiveConversionHelper
Create a PrimitiveConversionHelper for Method m.
GenericUDFUtils.ReturnObjectInspectorResolver - Class in org.apache.hadoop.hive.ql.udf.generic
This class helps to find the return ObjectInspector for a GenericUDF.
GenericUDFUtils.ReturnObjectInspectorResolver() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUtils.ReturnObjectInspectorResolver
 
GenericUDFUtils.ReturnObjectInspectorResolver(boolean) - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUtils.ReturnObjectInspectorResolver
 
GenericUDFWhen - Class in org.apache.hadoop.hive.ql.udf.generic
GenericUDF Class for SQL construct "CASE a WHEN b THEN c [ELSE f] END".
GenericUDFWhen() - Constructor for class org.apache.hadoop.hive.ql.udf.generic.GenericUDFWhen
 
genExprNodeDesc(ASTNode, RowResolver) - Static method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
Generates and expression node descriptor for the expression passed in the arguments.
GenMapRedUtils - Class in org.apache.hadoop.hive.ql.optimizer
General utility common functions for the Processor to convert operator into map-reduce tasks
GenMapRedUtils() - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMapRedUtils
 
GenMapRedWalker - Class in org.apache.hadoop.hive.ql.parse
Walks the operator tree in pre order fashion
GenMapRedWalker(Dispatcher) - Constructor for class org.apache.hadoop.hive.ql.parse.GenMapRedWalker
constructor of the walker - the dispatcher is passed
GenMRFileSink1 - Class in org.apache.hadoop.hive.ql.optimizer
Processor for the rule - table scan followed by reduce sink
GenMRFileSink1() - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRFileSink1
 
GenMROperator - Class in org.apache.hadoop.hive.ql.optimizer
Processor for the rule - no specific rule fired
GenMROperator() - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMROperator
 
GenMRProcContext - Class in org.apache.hadoop.hive.ql.optimizer
Processor Context for creating map reduce task.
GenMRProcContext() - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
 
GenMRProcContext(HiveConf, HashMap<Operator<? extends Serializable>, Task<? extends Serializable>>, List<Operator<? extends Serializable>>, ParseContext, List<Task<? extends Serializable>>, List<Task<? extends Serializable>>, LinkedHashMap<Operator<? extends Serializable>, GenMRProcContext.GenMapRedCtx>, Set<ReadEntity>, Set<WriteEntity>) - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext
 
GenMRProcContext.GenMapRedCtx - Class in org.apache.hadoop.hive.ql.optimizer
GenMapRedCtx is used to keep track of the current state.
GenMRProcContext.GenMapRedCtx() - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMapRedCtx
 
GenMRProcContext.GenMapRedCtx(Task<? extends Serializable>, Operator<? extends Serializable>, String) - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMapRedCtx
 
GenMRProcContext.GenMRMapJoinCtx - Class in org.apache.hadoop.hive.ql.optimizer
 
GenMRProcContext.GenMRMapJoinCtx() - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRMapJoinCtx
 
GenMRProcContext.GenMRMapJoinCtx(String, tableDesc, Operator<? extends Serializable>, MapJoinOperator) - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRMapJoinCtx
 
GenMRProcContext.GenMRUnionCtx - Class in org.apache.hadoop.hive.ql.optimizer
 
GenMRProcContext.GenMRUnionCtx() - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRUnionCtx
 
GenMRRedSink1 - Class in org.apache.hadoop.hive.ql.optimizer
Processor for the rule - table scan followed by reduce sink
GenMRRedSink1() - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRRedSink1
 
GenMRRedSink2 - Class in org.apache.hadoop.hive.ql.optimizer
Processor for the rule - reduce sink followed by reduce sink
GenMRRedSink2() - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRRedSink2
 
GenMRRedSink3 - Class in org.apache.hadoop.hive.ql.optimizer
Processor for the rule - union followed by reduce sink
GenMRRedSink3() - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRRedSink3
 
GenMRRedSink4 - Class in org.apache.hadoop.hive.ql.optimizer
Processor for the rule - map join followed by reduce sink
GenMRRedSink4() - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRRedSink4
 
GenMRTableScan1 - Class in org.apache.hadoop.hive.ql.optimizer
Processor for the rule - table scan
GenMRTableScan1() - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRTableScan1
 
GenMRUnion1 - Class in org.apache.hadoop.hive.ql.optimizer
Processor for the rule - any operator tree followed by union
GenMRUnion1() - Constructor for class org.apache.hadoop.hive.ql.optimizer.GenMRUnion1
 
genPlan(QB) - Method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzer
 
genPruner(String, exprNodeDesc, boolean) - Static method in class org.apache.hadoop.hive.ql.optimizer.ppr.ExprProcFactory
Generates the partition pruner for the expression tree
get() - Static method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
get(exprNodeDesc) - Static method in class org.apache.hadoop.hive.ql.exec.ExprNodeEvaluatorFactory
 
get(Class<T>) - Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
 
get(Class<T>, RowSchema) - Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
 
get(T, Operator<? extends Serializable>...) - Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
Returns an operator given the conf and a list of children operators.
get(T, RowSchema, Operator...) - Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
Returns an operator given the conf and a list of children operators.
get(Class<T>, HiveConf) - Static method in class org.apache.hadoop.hive.ql.exec.TaskFactory
 
get(T, HiveConf, Task<? extends Serializable>...) - Static method in class org.apache.hadoop.hive.ql.exec.TaskFactory
 
get(HiveConf) - Static method in class org.apache.hadoop.hive.ql.metadata.Hive
Gets hive object for the current thread.
get(HiveConf, boolean) - Static method in class org.apache.hadoop.hive.ql.metadata.Hive
get a connection to metastore.
get() - Static method in class org.apache.hadoop.hive.ql.metadata.Hive
 
get(String, String) - Method in class org.apache.hadoop.hive.ql.parse.RowResolver
Gets the column Info to tab_alias.col_alias type of a column reference.
get(HiveConf, ASTNode) - Static method in class org.apache.hadoop.hive.ql.parse.SemanticAnalyzerFactory
 
get(String) - Static method in class org.apache.hadoop.hive.ql.processors.CommandProcessorFactory
 
get() - Static method in class org.apache.hadoop.hive.ql.session.SessionState
get the current session
get() - Method in interface org.apache.hadoop.hive.ql.udf.generic.GenericUDF.DeferredObject
 
get() - Method in class org.apache.hadoop.hive.ql.udf.generic.GenericUDFUtils.ReturnObjectInspectorResolver
Returns the ObjectInspector of the return value.
get(Object) - Method in interface org.apache.hadoop.hive.ql.util.jdbm.helper.CachePolicy
Obtain the object stored under the key specified.
get(Object) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.MRU
Obtain an object in the cache
get(Object) - Method in class org.apache.hadoop.hive.ql.util.jdbm.helper.SoftCache
Gets the object cached under the specified key.
get(Object) - Method in class org.apache.hadoop.hive.ql.util.jdbm.htree.HTree
Returns the value which is associated with the given key.
get(int) - Method in class org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable
Gets the BytesRefWritable at the specified position.
get(Object) - Method in class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
 
get() - Method in class org.apache.hadoop.hive.serde2.io.ByteWritable
 
get() - Method in class org.apache.hadoop.hive.serde2.io.DoubleWritable
 
get() - Method in class org.apache.hadoop.hive.serde2.io.ShortWritable
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyBooleanObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyByteObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyDoubleObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyFloatObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyIntObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyLongObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive.LazyShortObjectInspector
 
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.BooleanObjectInspector
Get the boolean data.
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.ByteObjectInspector
Get the byte data.
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.DoubleObjectInspector
Get the double data.
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.FloatObjectInspector
Get the float data.
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.IntObjectInspector
Get the int data.
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaBooleanObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaByteObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaDoubleObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaFloatObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaIntObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaLongObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.JavaShortObjectInspector
 
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.LongObjectInspector
Get the long data.
get(Object) - Method in interface org.apache.hadoop.hive.serde2.objectinspector.primitive.ShortObjectInspector
Get the short data.
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBooleanObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableByteObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableDoubleObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableFloatObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableIntObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableLongObjectInspector
 
get(Object) - Method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableShortObjectInspector
 
get_database(String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
get_database(String) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
get_database(String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
get_databases() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
get_databases() - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
get_databases() - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
get_fields(String, String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
get_fields(String, String) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
get_fields(String, String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
get_partition(String, String, List<String>) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
get_partition(String, String, List<String>) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
get_partition(String, String, List<String>) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
get_partition_names(String, String, short) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
get_partition_names(String, String, short) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
get_partition_names(String, String, short) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
get_partitions(String, String, short) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
get_partitions(String, String, short) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
get_partitions(String, String, short) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
get_schema(String, String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
get_schema(String, String) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
get_schema(String, String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
Return the schema of the table.
get_table(String, String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
get_table(String, String) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
get_table(String, String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
get_tables(String, String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
get_tables(String, String) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
get_tables(String, String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
get_type(String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
get_type(String) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
get_type(String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
get_type_all(String) - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
get_type_all(String) - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
get_type_all(String) - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
get_unique_id() - Method in class org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Client
 
get_unique_id() - Method in interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
 
get_unique_id() - Method in class org.apache.hadoop.hive.metastore.HiveMetaStore.HMSHandler
 
getAbsolutePath(String) - Method in class org.apache.hadoop.hive.ql.exec.ScriptOperator.PathFinder
Returns the full path name of this file if it is listed in the path
getAddPartitionDesc() - Method in class org.apache.hadoop.hive.ql.plan.DDLWork
 
getAggregationExprsForClause(String) - Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
 
getAggregators() - Method in class org.apache.hadoop.hive.ql.plan.groupByDesc
 
getAint() - Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
getAlias() - Method in class org.apache.hadoop.hive.ql.parse.QBExpr
 
getAlias() - Method in class org.apache.hadoop.hive.ql.parse.QBParseInfo
 
getAlias() - Method in class org.apache.hadoop.hive.ql.plan.tableScanDesc
 
getAlias(exprNodeDesc) - Method in class org.apache.hadoop.hive.ql.ppd.ExprWalkerInfo
Returns the alias of the specified expr
getAliasToFetchWork() - Method in class org.apache.hadoop.hive.ql.plan.mapredLocalWork
 
getAliasToPartnInfo() - Method in class org.apache.hadoop.hive.ql.plan.mapredWork
 
getAliasToPruner() - Method in class org.apache.hadoop.hive.ql.parse.ParseContext
 
getAliasToSamplePruner() - Method in class org.apache.hadoop.hive.ql.parse.ParseContext
 
getAliasToTable() - Method in class org.apache.hadoop.hive.ql.parse.QBMetaData
 
getAliasToWork() - Method in class org.apache.hadoop.hive.ql.plan.mapredLocalWork
 
getAliasToWork() - Method in class org.apache.hadoop.hive.ql.plan.mapredWork
 
getAllCols() - Method in class org.apache.hadoop.hive.ql.metadata.Table
Returns a list of all the columns of the table (data columns + partition columns in that order.
getAllProperties() - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getAllStructFieldNames() - Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
 
getAllStructFieldRefs() - Method in class org.apache.hadoop.hive.serde2.lazy.objectinspector.LazySimpleStructObjectInspector
 
getAllStructFieldRefs() - Method in class org.apache.hadoop.hive.serde2.objectinspector.ReflectionStructObjectInspector
 
getAllStructFieldRefs() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StandardStructObjectInspector
 
getAllStructFieldRefs() - Method in class org.apache.hadoop.hive.serde2.objectinspector.StructObjectInspector
Returns all the fields.
getAllStructFieldRefs() - Method in class org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector
 
getAllStructFieldTypeInfos() - Method in class org.apache.hadoop.hive.serde2.typeinfo.StructTypeInfo
 
getAllTables() - Method in class org.apache.hadoop.hive.ql.metadata.Hive
 
getAlterTableTypeString() - Method in class org.apache.hadoop.hive.ql.plan.alterTableDesc
 
getAlterTblDesc() - Method in class org.apache.hadoop.hive.ql.plan.DDLWork
 
getAndIncrementId() - Static method in class org.apache.hadoop.hive.ql.exec.TaskFactory
 
getAndMakeChild(T, Operator...) - Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
Returns an operator given the conf and a list of parent operators.
getAndMakeChild(T, RowSchema, Operator...) - Static method in class org.apache.hadoop.hive.ql.exec.OperatorFactory
Returns an operator given the conf and a list of parent operators.
getAndMakeChild(T, HiveConf, Task<? extends Serializable>...) - Static method in class org.apache.hadoop.hive.ql.exec.TaskFactory
 
getArgumentId() - Method in exception org.apache.hadoop.hive.ql.exec.UDFArgumentTypeException
 
getArray(int) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
getArray(String) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
getArray(int) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getArray(String) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getAsciiStream(int) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getAsciiStream(String) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getAString() - Method in class org.apache.hadoop.hive.serde2.thrift.test.Complex
 
getAstStringTree() - Method in class org.apache.hadoop.hive.ql.plan.explainWork
 
getAttributes(String, String, String, String) - Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
 
getAuth() - Method in class org.apache.hadoop.hive.hwi.HWISessionItem
 
getAutoCommit() - Method in class org.apache.hadoop.hive.jdbc.HiveConnection
 
getAuxJars() - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getBaseSrc() - Method in class org.apache.hadoop.hive.ql.parse.QBJoinTree
 
getBeginColumn() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
getBeginLine() - Method in class org.apache.hadoop.hive.serde2.dynamic_type.SimpleCharStream
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.hadoop.hive.jdbc.HiveDatabaseMetaData
 
getBigDecimal(int) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
getBigDecimal(String) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
getBigDecimal(int, int) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
getBigDecimal(int) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getBigDecimal(String) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getBigDecimal(int, int) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getBigDecimal(String, int) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getBinaryStream(int) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getBinaryStream(String) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getBlob(int) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
getBlob(String) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
getBlob(int) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getBlob(String) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getBoolean(int) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
getBoolean(String) - Method in class org.apache.hadoop.hive.jdbc.HiveCallableStatement
 
getBoolean(int) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getBoolean(String) - Method in class org.apache.hadoop.hive.jdbc.HiveResultSet
 
getBoolean(String) - Static method in class org.apache.hadoop.hive.ql.processors.SetProcessor
 
getBoolean(Object, PrimitiveObjectInspector) - Static method in class org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorUtils
Get the boolean value out of a primitive object.
getBoolExprProcessor() - Static method in class org.apache.hadoop.hive.ql.parse.TypeCheckProcFactory
Factory method to get BoolExprProcessor.
getBoolVar(Configuration, HiveConf.ConfVars) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getBoolVar(HiveConf.ConfVars) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getBucketCols() - Method in class org.apache.hadoop.hive.metastore.api.StorageDescriptor
 
getBucketCols() - Method in class org.apache.hadoop.hive.metastore.model.MStorageDescriptor
 
getBucketCols() - Method in class org.apache.hadoop.hive.ql.metadata.Partition
 
getBucketCols() - Method in class org.apache.hadoop.hive.