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

A

abs() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
abs(SignedInt128, SignedInt128) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
This version returns the result as a new object, not modifying the give objects.
absDestructive() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Makes this Decimal128 a positive number.
absDestructive() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Makes this object positive.
add(HiveInterruptCallback) - Static method in class org.apache.hadoop.hive.common.HiveInterruptUtils
 
add(Decimal128, Decimal128, Decimal128, short) - Static method in class org.apache.hadoop.hive.common.type.Decimal128
Calculates addition and puts the result into the given object.
add(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
add(SignedInt128, SignedInt128, SignedInt128) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
Calculates addition and puts the result into the given object.
add(byte[]) - Method in class org.apache.hive.common.util.BloomFilter
 
addBytes(byte[], int) - Method in class org.apache.hive.common.util.BloomFilter
 
addConstructive(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
This version returns the result as a new object, not modifying the give objects.
addDependency(JSONObject, Map<String, Stage>) - Method in class org.apache.hadoop.hive.common.jsonexplain.tez.Stage
 
addDependency(Connection) - Method in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
 
addDestructive(Decimal128, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Calculates addition and stores the result into this object.
addDestructive(SignedInt128) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Calculates addition and stores the result into this object.
addDestructive(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Adds the given value to this value.
addDestructive(int[]) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Adds the given value to this value.
addDestructive(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Adds the given value to this value.
addDestructiveScaleTen(UnsignedInt128, short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Adds the given value after scaling to this value.
addDouble(double) - Method in class org.apache.hive.common.util.BloomFilter
 
addHiveconfToSystemProperties() - Method in class org.apache.hadoop.hive.common.cli.CommonCliOptions
Add the hiveconf properties to the Java system properties, override anything therein.
addInline(Op, Connection) - Static method in class org.apache.hadoop.hive.common.jsonexplain.tez.TezJsonParser
 
addLong(long) - Method in class org.apache.hive.common.util.BloomFilter
 
addOrMerge(long, long, boolean, boolean) - Method in class org.apache.hadoop.hive.common.DiskRangeList.DiskRangeListCreateHelper
 
addShutdownHook(Runnable, int) - Static method in class org.apache.hive.common.util.ShutdownHookManager
Adds a shutdownHook with a priority, the higher the priority the earlier will run.
addString(String) - Method in class org.apache.hive.common.util.BloomFilter
 
addToRestrictList(String) - Method in class org.apache.hadoop.hive.conf.HiveConf
Append comma separated list of config vars to the restrict List
AnnotationUtils - Class in org.apache.hive.common.util
 
AnnotationUtils() - Constructor for class org.apache.hive.common.util.AnnotationUtils
 
areStatsUptoDate(Map<String, String>) - Static method in class org.apache.hadoop.hive.common.StatsSetupConst
 
arrayToString(String[]) - Static method in class org.apache.hive.common.util.HiveStringUtils
Given an array of strings, return a comma-separated list of its elements.
asLong() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Returns the value of this object as long, throwing error if the value exceeds long.
Attr - Class in org.apache.hadoop.hive.common.jsonexplain.tez
 
Attr(String, String) - Constructor for class org.apache.hadoop.hive.common.jsonexplain.tez.Attr
 
auxJars - Variable in class org.apache.hadoop.hive.conf.HiveConf
 
available() - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
available() - Method in class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
 

B

bigDecimalValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
bitLength(int, int, int, int) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
Returns the minimal number of bits to represent the words.
bitLengthInWord(int) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
Returns the minimal number of bits to represent the given integer value.
bitSet - Variable in class org.apache.hive.common.util.BloomFilter
 
bitSize() - Method in class org.apache.hive.common.util.BloomFilter.BitSet
Number of bits
BloomFilter - Class in org.apache.hive.common.util
BloomFilter is a probabilistic data structure for set membership check.
BloomFilter() - Constructor for class org.apache.hive.common.util.BloomFilter
 
BloomFilter(long) - Constructor for class org.apache.hive.common.util.BloomFilter
 
BloomFilter(long, double) - Constructor for class org.apache.hive.common.util.BloomFilter
 
BloomFilter.BitSet - Class in org.apache.hive.common.util
Bare metal bit set implementation.
BloomFilter.BitSet(long) - Constructor for class org.apache.hive.common.util.BloomFilter.BitSet
 
BloomFilter.BitSet(long[]) - Constructor for class org.apache.hive.common.util.BloomFilter.BitSet
Deserialize long array as bit set.
byPass() - Method in class org.apache.hadoop.hive.common.io.FetchConverter
 
BYTE_SIZE - Static variable in class org.apache.hadoop.hive.common.type.UnsignedInt128
Number of bytes to store this object.
byteDesc(long) - Static method in class org.apache.hive.common.util.HiveStringUtils
Return an abbreviated English-language desc of the byte length
byteToHexString(byte[], int, int) - Static method in class org.apache.hive.common.util.HiveStringUtils
Given an array of bytes it will convert the bytes to a hex string representation of the bytes
byteToHexString(byte[]) - Static method in class org.apache.hive.common.util.HiveStringUtils
Same as byteToHexString(bytes, 0, bytes.length).
byteValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 

C

CachingPrintStream - Class in org.apache.hadoop.hive.common.io
 
CachingPrintStream(OutputStream, boolean, String) - Constructor for class org.apache.hadoop.hive.common.io.CachingPrintStream
 
CachingPrintStream(OutputStream) - Constructor for class org.apache.hadoop.hive.common.io.CachingPrintStream
 
camelize(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
Convert SOME_STUFF to SomeStuff
changeScaleDestructive(short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Changes the scaling of this Decimal128, preserving the represented value.
checkDeletePermission(Path, Configuration, String) - Static method in class org.apache.hadoop.hive.common.FileUtils
Checks if delete can be performed on given path by given user.
checkFileAccessWithImpersonation(FileSystem, FileStatus, FsAction, String) - Static method in class org.apache.hadoop.hive.common.FileUtils
Perform a check to determine if the user is able to access the file passed in.
checkInterrupted() - Static method in class org.apache.hadoop.hive.common.HiveInterruptUtils
Checks if the current thread has been interrupted and throws RuntimeException is it has.
checkMultiReduceOperator() - Method in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
We check if a vertex has multiple reduce operators.
checkPrecisionOverflow(int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Throws an exception if the value of this object exceeds the maximum value for the given precision.
children - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
 
CLAZZ_FILE_EXT - Static variable in class org.apache.hive.common.util.HiveTestUtils
 
cleanUpScratchDir(HiveConf) - Static method in class org.apache.hadoop.hive.common.ServerUtils
 
clear() - Method in interface org.apache.hadoop.hive.common.metrics.MetricsMBean
Removes all the keys and values from this MetricsMBean.
clear() - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
 
clear() - Method in class org.apache.hive.common.util.BloomFilter.BitSet
Clear the bit set.
cliname - Variable in class org.apache.hadoop.hive.common.cli.CommonCliOptions
The name of this cli.
clone() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
close() - Method in class org.apache.hadoop.hive.common.metrics.Metrics.MetricsScope
Closes scope, and records the time taken
close() - Method in class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
 
closeClassLoader(ClassLoader) - Static method in class org.apache.hadoop.hive.common.JavaUtils
 
closeClassLoadersTo(ClassLoader, ClassLoader) - Static method in class org.apache.hadoop.hive.common.JavaUtils
 
COLUMN_STATS_ACCURATE - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
 
combineInts(int, int) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
 
COMMA - Static variable in class org.apache.hive.common.util.HiveStringUtils
 
COMMA_STR - Static variable in class org.apache.hive.common.util.HiveStringUtils
 
commandLine - Variable in class org.apache.hadoop.hive.common.cli.CommonCliOptions
 
commentProvided(char[]) - Static method in class org.apache.hive.common.util.HiveStringUtils
 
CommonCliOptions - Class in org.apache.hadoop.hive.common.cli
Reusable code for Hive Cli's.
CommonCliOptions(String, boolean) - Constructor for class org.apache.hadoop.hive.common.cli.CommonCliOptions
Create an instance with common options (help, verbose, etc...).
compareTo(Attr) - Method in class org.apache.hadoop.hive.common.jsonexplain.tez.Attr
 
compareTo(Decimal128) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Compares this Decimal128 with the specified Decimal128.
compareTo(HiveChar) - Method in class org.apache.hadoop.hive.common.type.HiveChar
 
compareTo(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
compareTo(HiveIntervalDayTime) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
compareTo(HiveIntervalYearMonth) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
compareTo(HiveVarchar) - Method in class org.apache.hadoop.hive.common.type.HiveVarchar
 
compareTo(SignedInt128) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
 
compareTo(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
compareTo(int[]) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
compareTo(int, int, int, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
compareToScaleTen(UnsignedInt128, short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Compares with the given object after scaling up/down it for 10**scaleUp.
compareUnsignedInt(int, int) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
If we can assume JDK 1.8, this should use java.lang.Integer.compareUnsigned(), which will be replaced with intrinsics in JVM.
compareUnsignedLong(long, long) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
If we can assume JDK 1.8, this should use java.lang.Long.compareUnsigned(), which will be replaced with intrinsics in JVM.
CompressionUtils - Class in org.apache.hadoop.hive.common
This class contains methods used for the purposes of compression, this class should not be accessed from code run in Hadoop.
CompressionUtils() - Constructor for class org.apache.hadoop.hive.common.CompressionUtils
 
Connection - Class in org.apache.hadoop.hive.common.jsonexplain.tez
 
Connection(String, Vertex) - Constructor for class org.apache.hadoop.hive.common.jsonexplain.tez.Connection
 
containsVar(String) - Static method in class org.apache.hadoop.hive.conf.SystemVariables
 
copy(FileSystem, Path, FileSystem, Path, boolean, boolean, HiveConf) - Static method in class org.apache.hadoop.hive.common.FileUtils
Copies files between filesystems.
create(T1, T2) - Static method in class org.apache.hadoop.hive.common.ObjectPair
Creates a pair.
create(BigDecimal) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
create(BigDecimal, boolean) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
create(BigInteger, int) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
create(String) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
create(BigInteger) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
create(int) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
create(long) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 

D

DateUtils - Class in org.apache.hive.common.util
DateUtils.
DateUtils() - Constructor for class org.apache.hive.common.util.DateUtils
 
dbVars - Static variable in class org.apache.hadoop.hive.conf.HiveConf
dbVars are the parameters can be set per database.
Decimal128 - Class in org.apache.hadoop.hive.common.type
This code was based on code from Microsoft's PolyBase.
Decimal128() - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
Construct a zero.
Decimal128(Decimal128) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
Copy constructor.
Decimal128(double, short) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
Translates a double into a Decimal128 in the given scaling.
Decimal128(UnsignedInt128, short, boolean) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
Translates a UnsignedInt128 unscaled value, an int scale, and sign flag into a Decimal128 .
Decimal128(long) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
Translates a long into a Decimal128.
Decimal128(long, short) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
Translates a long into a Decimal128 with the given scaling.
Decimal128(String, short) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
Constructs from the given string.
Decimal128(char[], int, int, short) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
Constructs from the given string with given offset and length.
Decimal128FastBuffer - Class in org.apache.hive.common.util
A helper class for fast serialization of decimal128 in the BigDecimal byte[] representation
Decimal128FastBuffer() - Constructor for class org.apache.hive.common.util.Decimal128FastBuffer
 
decrement(SignedInt128, SignedInt128) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
This version returns the result as a new object, not modifying the give objects.
decrementConstructive() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
This version returns the result as a new object, not modifying the give objects.
decrementDestructive() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Subtracts one from this value.
decrementDestructive() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Subtracts one from this value.
DEFAULT_COMPAT_LEVEL - Static variable in class org.apache.hive.common.HiveCompat
 
DEFAULT_FPP - Static variable in class org.apache.hive.common.util.BloomFilter
 
defaultBoolVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
defaultFloatVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
defaultIntVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
defaultLongVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
defaultStrVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
difference(UnsignedInt128, UnsignedInt128, UnsignedInt128) - Static method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Calculates absolute difference (remember that this is unsigned) of left and right operator.
differenceScaleTen(UnsignedInt128, UnsignedInt128, UnsignedInt128, short) - Static method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Calculates absolute difference of left and right operator after ten-based scaling on right.
DigestPrintStream - Class in org.apache.hadoop.hive.common.io
 
DigestPrintStream(OutputStream, String) - Constructor for class org.apache.hadoop.hive.common.io.DigestPrintStream
 
DiskRange - Class in org.apache.hadoop.hive.common
The sections of a file.
DiskRange(long, long) - Constructor for class org.apache.hadoop.hive.common.DiskRange
 
DiskRangeList - Class in org.apache.hadoop.hive.common
Java linked list iterator interface is convoluted, and moreover concurrent modifications of the same list by multiple iterators are impossible.
DiskRangeList(long, long) - Constructor for class org.apache.hadoop.hive.common.DiskRangeList
 
DiskRangeList.DiskRangeListCreateHelper - Class in org.apache.hadoop.hive.common
 
DiskRangeList.DiskRangeListCreateHelper() - Constructor for class org.apache.hadoop.hive.common.DiskRangeList.DiskRangeListCreateHelper
 
DiskRangeList.DiskRangeListMutateHelper - Class in org.apache.hadoop.hive.common
List in-place mutation helper - a bogus first element that is inserted before list head, and thus remains constant even if head is replaced with some new range via in-place list mutation.
DiskRangeList.DiskRangeListMutateHelper(DiskRangeList) - Constructor for class org.apache.hadoop.hive.common.DiskRangeList.DiskRangeListMutateHelper
 
divide(Decimal128, Decimal128, Decimal128, short) - Static method in class org.apache.hadoop.hive.common.type.Decimal128
Performs division and puts the result into the given object.
divide(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
divide(SignedInt128, SignedInt128, SignedInt128, SignedInt128) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
Performs division and puts the quotient into the given object.
divideConstructive(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
This version returns the result as a new object, not modifying the give objects.
divideConstructive(UnsignedInt128, UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
This version returns the result as a new object, not modifying the give objects.
divideDestructive(Decimal128, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Divide the target object by right, and scale the result to newScale.
divideDestructive(int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Divides this value with the given value.
divideDestructive(SignedInt128, SignedInt128) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Performs division and puts the quotient into this object.
divideDestructive(UnsignedInt128, UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Divides this value with the given value.
divideDestructive(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Divides this value with the given value.
divideDestructive(long) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Divides this value with the given value.
divideDestructiveNativeDecimal128(Decimal128, short, Decimal128) - Method in class org.apache.hadoop.hive.common.type.Decimal128
As of 1/20/2014 this has a known bug in division.
divideMultiPrecision(int[], int[], int[]) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
Multi-precision divide.
divideScaleUpTenDestructive(UnsignedInt128, short, UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Scale up this object for 10**tenScale and then divides this value with the given value.
divideUnsignedLong(long, long) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
If we can assume JDK 1.8, this should use java.lang.Long.divideUnsigned(), which will be replaced with intrinsics in JVM.
DO_NOT_UPDATE_STATS - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
 
doubleValue() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Converts this Decimal128 to a double.
doubleValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
doubleValue() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
 
dummy - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
 

E

emptyStringArray - Static variable in class org.apache.hive.common.util.HiveStringUtils
 
end - Variable in class org.apache.hadoop.hive.common.DiskRange
The address afterwards.
endScope(String) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
 
enforceMaxLength(String, int) - Static method in class org.apache.hadoop.hive.common.type.HiveBaseChar
 
enforcePrecisionScale(BigDecimal, int, int) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
enforcePrecisionScale(HiveDecimal, int, int) - Static method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
ENV_PREFIX - Static variable in class org.apache.hadoop.hive.conf.SystemVariables
 
equals(Object) - Method in class org.apache.hadoop.hive.common.DiskRange
 
equals(Object) - Method in class org.apache.hadoop.hive.common.ObjectPair
 
equals(ObjectPair<F, S>) - Method in class org.apache.hadoop.hive.common.ObjectPair
 
equals(Object) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Compares this Decimal128 with the specified Object for equality.
equals(Object) - Method in class org.apache.hadoop.hive.common.type.HiveChar
 
equals(Object) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
equals(Object) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
equals(Object) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
equals(HiveVarchar) - Method in class org.apache.hadoop.hive.common.type.HiveVarchar
 
equals(Object) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
 
equals(SignedInt128) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Specialized version.
equals(Object) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
equals(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Specialized version.
equals(int, int, int, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Specialized version.
equalsFileSystem(FileSystem, FileSystem) - Static method in class org.apache.hadoop.hive.common.FileUtils
 
ESCAPE_CHAR - Static variable in class org.apache.hive.common.util.HiveStringUtils
 
escapeHTML(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
Escapes HTML Special characters present in the string.
escapePathName(String) - Static method in class org.apache.hadoop.hive.common.FileUtils
 
escapePathName(String, String) - Static method in class org.apache.hadoop.hive.common.FileUtils
Escapes a path name.
escapeString(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
Escape commas in the string using the default escape char
escapeString(String, char, char) - Static method in class org.apache.hive.common.util.HiveStringUtils
Escape charToEscape in the string with the escape char escapeChar
escapeString(String, char, char[]) - Static method in class org.apache.hive.common.util.HiveStringUtils
 
estimateParsedLength() - Method in class org.apache.hive.common.util.TimestampParser.MillisDateFormatParser
 
exceedsTenToThirtyEight() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Returns if we overflowed 10**38, but not 2**128.
exceptions - Variable in class org.apache.hadoop.hive.common.ValidReadTxnList
 
execute() - Method in class org.apache.hadoop.hive.ant.GenHiveTemplate
 
execute() - Method in class org.apache.hadoop.hive.common.cli.ShellCmdExecutor
 
extract() - Method in class org.apache.hadoop.hive.common.DiskRangeList.DiskRangeListCreateHelper
 
extract() - Method in class org.apache.hadoop.hive.common.DiskRangeList.DiskRangeListMutateHelper
 
extractHiInt(long) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
 
extractLowInt(long) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
 
extractOpTree() - Method in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
 
extractStagesAndPlans() - Method in class org.apache.hadoop.hive.common.jsonexplain.tez.TezJsonParser
 
extractVertex(JSONObject) - Method in class org.apache.hadoop.hive.common.jsonexplain.tez.Stage
 

F

FALSE - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
 
fastSerializeForHiveDecimal(Decimal128FastBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Serializes the value in a format compatible with the BigDecimal's own representation
fastSerializeForHiveDecimal(Decimal128FastBuffer, byte) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
fastStats - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
 
fastUpdateFromInternalStorage(byte[], short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Fats update from BigInteger two's complement representation
fastUpdateFromInternalStorage(byte[]) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates this value from a serialized unscaled BigInteger representation.
FetchConverter - Class in org.apache.hadoop.hive.common.io
 
FetchConverter(OutputStream, boolean, String) - Constructor for class org.apache.hadoop.hive.common.io.FetchConverter
 
fetchFinished() - Method in class org.apache.hadoop.hive.common.io.FetchConverter
 
fetchStarted - Variable in class org.apache.hadoop.hive.common.io.FetchConverter
 
fetchStarted() - Method in class org.apache.hadoop.hive.common.io.FetchConverter
 
FileUtils - Class in org.apache.hadoop.hive.common
Collection of file manipulation utilities common across Hive.
findNext(String, char, char, int, StringBuilder) - Static method in class org.apache.hive.common.util.HiveStringUtils
Finds the first occurrence of the separator character ignoring the escaped separators starting from the index.
fitsInt32() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
floatValue() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Converts this Decimal128 to a float.
floatValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
floatValue() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
 
flush() - Method in class org.apache.hadoop.hive.common.io.CachingPrintStream
 
flush() - Method in class org.apache.hadoop.hive.common.io.FetchConverter
 
fmt - Variable in class org.apache.hive.common.util.TimestampParser
 
formatPercent(double, int) - Static method in class org.apache.hive.common.util.HiveStringUtils
Format a percentage for presentation to the user.
formatStrings - Variable in class org.apache.hive.common.util.TimestampParser
 
formatTime(long) - Static method in class org.apache.hive.common.util.HiveStringUtils
Given the time in long milliseconds, returns a String in the format Xhrs, Ymins, Z sec.
formatTimeDiff(long, long) - Static method in class org.apache.hive.common.util.HiveStringUtils
Given a finish and start time in long milliseconds, returns a String in the format Xhrs, Ymins, Z sec, for the time difference between two times.
foundQuery(boolean) - Method in class org.apache.hadoop.hive.common.io.FetchConverter
 
from - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.Connection
 
FULLBITS_31 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
Mask to convert an int to an unsigned int.
FULLBITS_32 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
Max unsigned integer.
FULLBITS_63 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
Mask to convert a long to an unsigned long.

G

GenHiveTemplate - Class in org.apache.hadoop.hive.ant
Generates hive-default.xml.template from HiveConf.ConfVars
GenHiveTemplate() - Constructor for class org.apache.hadoop.hive.ant.GenHiveTemplate
 
genLocalJarForTest(String, String) - Static method in class org.apache.hive.common.util.HiveTestUtils
 
get() - Method in class org.apache.hadoop.hive.common.DiskRangeList.DiskRangeListCreateHelper
 
get() - Method in class org.apache.hadoop.hive.common.DiskRangeList.DiskRangeListMutateHelper
 
get(String) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
 
get(String) - Method in interface org.apache.hadoop.hive.common.metrics.MetricsMBean
 
get(String) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
 
get(int) - Method in class org.apache.hive.common.util.BloomFilter.BitSet
Returns true if the bit is set in the specified index.
getAggregator(Configuration) - Method in enum org.apache.hadoop.hive.common.StatsSetupConst.StatDB
 
getAllProperties() - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getAnnotation(Class<?>, Class<T>) - Static method in class org.apache.hive.common.util.AnnotationUtils
 
getAnnotation(Method, Class<T>) - Static method in class org.apache.hive.common.util.AnnotationUtils
 
getAttribute(String) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
 
getAttributes(String[]) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
 
getAuxJars() - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getBitSet() - Method in class org.apache.hive.common.util.BloomFilter
 
getBitSize() - Method in class org.apache.hive.common.util.BloomFilter
 
getBoolVar(Configuration, HiveConf.ConfVars) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getBoolVar(Configuration, HiveConf.ConfVars, boolean) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getBoolVar(HiveConf.ConfVars) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getBranch() - Static method in class org.apache.hive.common.util.HiveVersionInfo
Get the branch on which this originated.
getBuildVersion() - Static method in class org.apache.hive.common.util.HiveVersionInfo
Returns the buildVersion which includes version, revision, user and date.
getByteBuffer(int) - Method in class org.apache.hive.common.util.Decimal128FastBuffer
 
getBytes(int) - Method in class org.apache.hive.common.util.Decimal128FastBuffer
 
getChangedProperties() - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getCharacterLength() - Method in class org.apache.hadoop.hive.common.type.HiveBaseChar
 
getCharacterLength() - Method in class org.apache.hadoop.hive.common.type.HiveChar
 
getClassLoader() - Static method in class org.apache.hadoop.hive.common.JavaUtils
Standard way of getting classloader in Hive code (outside of Hadoop).
getColumnInternalName(int) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getCompatLevel(HiveConf) - Static method in class org.apache.hive.common.HiveCompat
Returned the configured compatibility level
getCompatLevel(String) - Static method in class org.apache.hive.common.HiveCompat
 
getConfSystemProperties() - Static method in class org.apache.hadoop.hive.conf.HiveConf
This method returns a mapping from config variable name to its value for all config variables which have been set using System properties
getConfVars(String) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getCount() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
getData() - Method in class org.apache.hadoop.hive.common.DiskRange
 
getData() - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
 
getData() - Method in class org.apache.hive.common.util.BloomFilter.BitSet
 
getDate() - Static method in class org.apache.hive.common.util.HiveVersionInfo
The date that Hive was compiled.
getDateFormat() - Static method in class org.apache.hive.common.util.DateUtils
 
getDays() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
getDefaultExpr() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
getDefaultValue() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
getDescription() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
getDigitsArray(int[]) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Similar to UnsignedInt128.toFormalString() but returns an array of digits instead of string.
getEnd() - Method in class org.apache.hadoop.hive.common.DiskRange
 
getExpected() - Method in class org.apache.hadoop.hive.conf.Validator.StringSet
 
getFileFromClasspath(String) - Static method in class org.apache.hive.common.util.HiveTestUtils
 
getFileStatusOrNull(FileSystem, Path) - Static method in class org.apache.hadoop.hive.common.FileUtils
Attempts to get file status.
getFileStatusRecurse(Path, int, FileSystem) - Static method in class org.apache.hadoop.hive.common.HiveStatsUtils
Get all file status from a root path and recursively go deep into certain levels.
getFirst() - Method in class org.apache.hadoop.hive.common.ObjectPair
 
getFloatVar(Configuration, HiveConf.ConfVars) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getFloatVar(Configuration, HiveConf.ConfVars, float) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getFloatVar(HiveConf.ConfVars) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getFormattedTimeWithDiff(DateFormat, long, long) - Static method in class org.apache.hive.common.util.HiveStringUtils
Formats time in ms and appends difference (finishTime - startTime) as returned by formatTimeDiff().
getHighWatermark() - Method in class org.apache.hadoop.hive.common.ValidReadTxnList
 
getHighWatermark() - Method in interface org.apache.hadoop.hive.common.ValidTxnList
Get the largest committed transaction id.
getHiveDecimalString() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Returns the string representation of this value.
getHiveDefaultLocation() - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getHiveServer2SiteLocation() - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getHiveSiteLocation() - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getHostname() - Static method in class org.apache.hive.common.util.HiveStringUtils
Return hostname without throwing exception.
getHours() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
getIntervalDayTimeNanosFromTotalNanos(long) - Static method in class org.apache.hive.common.util.DateUtils
 
getIntervalDayTimeTotalNanos(HiveIntervalDayTime) - Static method in class org.apache.hive.common.util.DateUtils
 
getIntervalDayTimeTotalSecondsFromTotalNanos(long) - Static method in class org.apache.hive.common.util.DateUtils
 
getIntsPerElement(int) - Static method in class org.apache.hadoop.hive.common.type.Decimal128
Determines the number of ints to store one value.
getIntsPerElement(int) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
Determines the number of ints to store one value.
getIntsPerElement(int) - Static method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Determines the number of ints to store one value.
getIntVar(Configuration, HiveConf.ConfVars) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getIntVar(HiveConf.ConfVars) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getInvalidTransactions() - Method in class org.apache.hadoop.hive.common.ValidReadTxnList
 
getInvalidTransactions() - Method in interface org.apache.hadoop.hive.common.ValidTxnList
Get the list of transactions under the high water mark that are not valid.
getJar() - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getLength() - Method in class org.apache.hadoop.hive.common.DiskRange
 
getLength() - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
 
getLength() - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
 
getLongVar(Configuration, HiveConf.ConfVars) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getLongVar(Configuration, HiveConf.ConfVars, long) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getLongVar(HiveConf.ConfVars) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getMBeanInfo() - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
 
getMetaConf(String) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getMetastoreSiteLocation() - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getMinutes() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
getMonths() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
getNanos() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
getNumCounter() - Method in class org.apache.hadoop.hive.common.metrics.Metrics.MetricsScope
 
getNumHashFunctions() - Method in class org.apache.hive.common.util.BloomFilter
 
getOffset() - Method in class org.apache.hadoop.hive.common.DiskRange
 
getOutput() - Method in class org.apache.hadoop.hive.common.io.CachingPrintStream
 
getPaddedValue(String, int) - Static method in class org.apache.hadoop.hive.common.type.HiveBaseChar
 
getPaddedValue() - Method in class org.apache.hadoop.hive.common.type.HiveChar
 
getParser(HiveConf) - Static method in class org.apache.hadoop.hive.common.jsonexplain.JsonParserFactory
 
getPathOrParentThatExists(FileSystem, Path) - Static method in class org.apache.hadoop.hive.common.FileUtils
Find the parent of path that exists, if path does not exist
getPosition() - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
 
getPositionFromInternalName(String) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getPropertiesExplain(Properties) - Static method in class org.apache.hive.common.util.HiveStringUtils
 
getPublisher(Configuration) - Method in enum org.apache.hadoop.hive.common.StatsSetupConst.StatDB
 
getRawDescription() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
getRevision() - Static method in class org.apache.hive.common.util.HiveVersionInfo
Get the subversion revision number for the root directory
getScale() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Returns the scale of this Decimal128.
getScope(String) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
 
getSecond() - Method in class org.apache.hadoop.hive.common.ObjectPair
 
getSeconds() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
getShortVersion() - Static method in class org.apache.hive.common.util.HiveVersionInfo
Get the Hive short version, with major/minor/change version numbers.
getSignum() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Returns the signum of this Decimal128.
getSparkConfigUpdated() - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getSrcChecksum() - Static method in class org.apache.hive.common.util.HiveVersionInfo
Get the checksum of the source files from which Hive was built.
getStringCollection(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
Returns a collection of strings.
getStrings(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
Returns an arraylist of strings.
getStrippedValue() - Method in class org.apache.hadoop.hive.common.type.HiveChar
 
getSubstitute(Configuration, String) - Method in class org.apache.hadoop.hive.conf.SystemVariables
 
getTail() - Method in class org.apache.hadoop.hive.common.DiskRangeList.DiskRangeListCreateHelper
 
getTemplateFile() - Method in class org.apache.hadoop.hive.ant.GenHiveTemplate
 
getTextUtfLength(Text) - Static method in class org.apache.hive.common.util.HiveStringUtils
 
getTimeCounter() - Method in class org.apache.hadoop.hive.common.metrics.Metrics.MetricsScope
 
getTimeUnit() - Method in class org.apache.hadoop.hive.conf.Validator.TimeValidator
 
getTimeVar(Configuration, HiveConf.ConfVars, TimeUnit) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getTimeVar(HiveConf.ConfVars, TimeUnit) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getTotalMonths() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
getTotalSeconds() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
Returns days/hours/minutes all converted into seconds.
getTrimmedStringCollection(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
Splits a comma separated value String, trimming leading and trailing whitespace on each value.
getTrimmedStrings(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
Splits a comma separated value String, trimming leading and trailing whitespace on each value.
getUnscaledValue() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Returns unscaled value of this Decimal128.
getUrl() - Static method in class org.apache.hive.common.util.HiveVersionInfo
Get the subversion URL for the root Hive directory.
getUser() - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getUser() - Static method in class org.apache.hive.common.util.HiveVersionInfo
The user that compiled Hive.
getV() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
getV0() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
 
getV0() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
getV1() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
 
getV1() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
getV2() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
 
getV2() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
getV3() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
 
getV3() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
getValidator() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
getValue() - Method in class org.apache.hadoop.hive.common.type.HiveBaseChar
 
getVar(Configuration, HiveConf.ConfVars) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getVar(Configuration, HiveConf.ConfVars, String) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
getVar(HiveConf.ConfVars) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
getVersion() - Static method in class org.apache.hive.common.util.HiveVersionInfo
Get the Hive version.
getYears() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 

H

hasContiguousNext() - Method in class org.apache.hadoop.hive.common.DiskRangeList
 
hasData() - Method in class org.apache.hadoop.hive.common.DiskRange
 
hash128(byte[]) - Static method in class org.apache.hive.common.util.Murmur3
Murmur3 128-bit variant.
hash128(byte[], int, int) - Static method in class org.apache.hive.common.util.Murmur3
Murmur3 128-bit variant.
hash32(byte[]) - Static method in class org.apache.hive.common.util.Murmur3
Murmur3 32-bit variant.
hash32(byte[], int, int) - Static method in class org.apache.hive.common.util.Murmur3
Murmur3 32-bit variant.
hash64(byte[]) - Static method in class org.apache.hive.common.util.Murmur3
Murmur3 64-bit variant.
hash64(byte[], int) - Static method in class org.apache.hive.common.util.Murmur3
 
hash64(byte[], int, int) - Static method in class org.apache.hive.common.util.Murmur3
Murmur3 64-bit variant.
hashCode() - Method in class org.apache.hadoop.hive.common.DiskRange
 
hashCode() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Returns the hash code for this Decimal128.
hashCode() - Method in class org.apache.hadoop.hive.common.type.HiveBaseChar
 
hashCode() - Method in class org.apache.hadoop.hive.common.type.HiveChar
 
hashCode() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
hashCode() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
hashCode() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
hashCode() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
 
hashCode() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
hasKey(String) - Method in interface org.apache.hadoop.hive.common.metrics.MetricsMBean
Check if we're tracking a certain named key/metric
hasKey(String) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
 
hasShutdownHook(Runnable) - Static method in class org.apache.hive.common.util.ShutdownHookManager
Indicates if a shutdownHook is registered or not.
hasShutdownHookInternal(Runnable) - Method in class org.apache.hive.common.util.ShutdownHookManager
 
hexStringToByte(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
Given a hexstring this will return the byte array corresponding to the string
HIDDEN_FILES_PATH_FILTER - Static variable in class org.apache.hadoop.hive.common.FileUtils
 
highWatermark - Variable in class org.apache.hadoop.hive.common.ValidReadTxnList
 
HiveBaseChar - Class in org.apache.hadoop.hive.common.type
 
HiveBaseChar() - Constructor for class org.apache.hadoop.hive.common.type.HiveBaseChar
 
HiveChar - Class in org.apache.hadoop.hive.common.type
HiveChar.
HiveChar() - Constructor for class org.apache.hadoop.hive.common.type.HiveChar
 
HiveChar(String, int) - Constructor for class org.apache.hadoop.hive.common.type.HiveChar
 
HiveChar(HiveChar, int) - Constructor for class org.apache.hadoop.hive.common.type.HiveChar
 
HiveCompat - Class in org.apache.hive.common
 
HiveCompat() - Constructor for class org.apache.hive.common.HiveCompat
 
HiveCompat.CompatLevel - Enum in org.apache.hive.common
Enum to represent a level of backward compatibility support.
HiveConf - Class in org.apache.hadoop.hive.conf
Hive Configuration.
HiveConf() - Constructor for class org.apache.hadoop.hive.conf.HiveConf
 
HiveConf(Class<?>) - Constructor for class org.apache.hadoop.hive.conf.HiveConf
 
HiveConf(Configuration, Class<?>) - Constructor for class org.apache.hadoop.hive.conf.HiveConf
 
HiveConf(HiveConf) - Constructor for class org.apache.hadoop.hive.conf.HiveConf
Copy constructor
HiveConf.ConfVars - Enum in org.apache.hadoop.hive.conf
ConfVars.
HIVECONF_PREFIX - Static variable in class org.apache.hadoop.hive.conf.SystemVariables
 
HiveConfUtil - Class in org.apache.hadoop.hive.conf
Hive Configuration utils
HiveConfUtil() - Constructor for class org.apache.hadoop.hive.conf.HiveConfUtil
 
HiveDecimal - Class in org.apache.hadoop.hive.common.type
HiveDecimal.
HiveFileProcessor - Class in org.apache.hadoop.hive.common.cli
HiveFileProcessor is used for processing a file consist of Hive executable statements
HiveFileProcessor() - Constructor for class org.apache.hadoop.hive.common.cli.HiveFileProcessor
 
HiveInterruptCallback - Interface in org.apache.hadoop.hive.common
 
HiveInterruptUtils - Class in org.apache.hadoop.hive.common
 
HiveInterruptUtils() - Constructor for class org.apache.hadoop.hive.common.HiveInterruptUtils
 
HiveIntervalDayTime - Class in org.apache.hadoop.hive.common.type
Day-time interval type representing an offset in days/hours/minutes/seconds, with nanosecond precision.
HiveIntervalDayTime() - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
HiveIntervalDayTime(int, int, int, int, int) - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
HiveIntervalDayTime(long, int) - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
HiveIntervalDayTime(BigDecimal) - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
HiveIntervalDayTime(HiveIntervalDayTime) - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
HiveIntervalYearMonth - Class in org.apache.hadoop.hive.common.type
 
HiveIntervalYearMonth() - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
HiveIntervalYearMonth(int, int) - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
HiveIntervalYearMonth(int) - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
HiveIntervalYearMonth(HiveIntervalYearMonth) - Constructor for class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
hiveJar - Variable in class org.apache.hadoop.hive.conf.HiveConf
 
HiveStatsUtils - Class in org.apache.hadoop.hive.common
HiveStatsUtils.
HiveStatsUtils() - Constructor for class org.apache.hadoop.hive.common.HiveStatsUtils
 
HiveStringUtils - Class in org.apache.hive.common.util
HiveStringUtils General string utils Originally copied from o.a.hadoop.util.StringUtils
HiveStringUtils() - Constructor for class org.apache.hive.common.util.HiveStringUtils
 
HiveStringUtils.TraditionalBinaryPrefix - Enum in org.apache.hive.common.util
The traditional binary prefixes, kilo, mega, ..., exa, which can be represented by a 64-bit integer.
HiveTestUtils - Class in org.apache.hive.common.util
 
HiveTestUtils() - Constructor for class org.apache.hive.common.util.HiveTestUtils
 
HIVEVAR_PREFIX - Static variable in class org.apache.hadoop.hive.conf.SystemVariables
 
HiveVarchar - Class in org.apache.hadoop.hive.common.type
HiveVarChar.
HiveVarchar() - Constructor for class org.apache.hadoop.hive.common.type.HiveVarchar
 
HiveVarchar(String, int) - Constructor for class org.apache.hadoop.hive.common.type.HiveVarchar
 
HiveVarchar(HiveVarchar, int) - Constructor for class org.apache.hadoop.hive.common.type.HiveVarchar
 
HiveVersionAnnotation - Annotation Type in org.apache.hive.common
HiveVersionAnnotation.
HiveVersionInfo - Class in org.apache.hive.common.util
HiveVersionInfo.
HiveVersionInfo() - Constructor for class org.apache.hive.common.util.HiveVersionInfo
 
humanReadableInt(long) - Static method in class org.apache.hive.common.util.HiveStringUtils
Given an integer, return a string that is in an approximate, but human readable format.

I

IHiveFileProcessor - Interface in org.apache.hadoop.hive.common.cli
Hive file processor is used for processing an executable Hive file
increment(SignedInt128, SignedInt128) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
This version returns the result as a new object, not modifying the give objects.
incrementConstructive() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
This version returns the result as a new object, not modifying the give objects.
incrementCounter(String) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
 
incrementCounter(String, long) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
 
incrementDestructive() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Adds one to this value.
incrementDestructive() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Adds one to this value.
init() - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
 
initHiveExecLog4j() - Static method in class org.apache.hadoop.hive.common.LogUtils
Initialize log4j for execution mode.
initHiveLog4j() - Static method in class org.apache.hadoop.hive.common.LogUtils
Initialize log4j.
inlineMap - Static variable in class org.apache.hadoop.hive.common.jsonexplain.tez.TezJsonParser
 
inRange(String, Object, Object) - Method in enum org.apache.hadoop.hive.conf.Validator.TYPE
 
insertAfter(DiskRangeList) - Method in class org.apache.hadoop.hive.common.DiskRangeList
Inserts an element after current in the list.
insertPartAfter(DiskRangeList) - Method in class org.apache.hadoop.hive.common.DiskRangeList
Inserts an intersecting range after current in the list and adjusts offset accordingly.
insertPartBefore(DiskRangeList) - Method in class org.apache.hadoop.hive.common.DiskRangeList
Inserts an intersecting range before current in the list and adjusts offset accordingly.
INT_COUNT - Static variable in class org.apache.hadoop.hive.common.type.UnsignedInt128
Number of ints to store this object.
InterfaceAudience - Class in org.apache.hadoop.hive.common.classification
Annotation to inform users of a package, class or method's intended audience.
InterfaceAudience.LimitedPrivate - Annotation Type in org.apache.hadoop.hive.common.classification
Intended only for the project(s) specified in the annotation
InterfaceAudience.Private - Annotation Type in org.apache.hadoop.hive.common.classification
Intended for use only within Hive itself.
InterfaceAudience.Public - Annotation Type in org.apache.hadoop.hive.common.classification
Intended for use by any project or application.
InterfaceStability - Class in org.apache.hadoop.hive.common.classification
Annotation to inform users of how much to rely on a particular package, class or method not changing over time.
InterfaceStability() - Constructor for class org.apache.hadoop.hive.common.classification.InterfaceStability
 
InterfaceStability.Evolving - Annotation Type in org.apache.hadoop.hive.common.classification
Evolving, but can break compatibility at minor release (i.e.
InterfaceStability.Stable - Annotation Type in org.apache.hadoop.hive.common.classification
Can evolve while retaining compatibility for minor release boundaries.; can break compatibility only at major release (ie.
InterfaceStability.Unstable - Annotation Type in org.apache.hadoop.hive.common.classification
No guarantee is provided as to reliability or stability across any level of release granularity.
intern(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
Return the internalized string, or null if the given string is null.
intern(List<String>) - Static method in class org.apache.hive.common.util.HiveStringUtils
Return an interned list with identical contents as the given list.
intern(Map<String, String>) - Static method in class org.apache.hive.common.util.HiveStringUtils
Return an interned map with identical contents as the given map.
interrupt() - Method in interface org.apache.hadoop.hive.common.HiveInterruptCallback
Request interrupting of the processing
interrupt() - Static method in class org.apache.hadoop.hive.common.HiveInterruptUtils
Request interruption of current hive command
intValue() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Converts this Decimal128 to an int.
intValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
intValue() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
 
INVERSE_POWER_FIVES_INT128 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
1/5^x, scaled to 128bits (in other words, 2^128/5^x).
INVERSE_POWER_TENS_INT128 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
1/10^x, scaled to 128bits, also word-shifted for better accuracy.
INVERSE_POWER_TENS_INT128_WORD_SHIFTS - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
number of words shifted up in each INVERSE_POWER_TENS_INT128.
invoke(String, Object[], String[]) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
 
isActionPermittedForFileHierarchy(FileSystem, FileStatus, String, FsAction) - Static method in class org.apache.hadoop.hive.common.FileUtils
Check if user userName has permissions to perform the given FsAction action on all files under the file whose FileStatus fileStatus is provided
isCaseSensitive() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
isEmbeddedMetaStore(String) - Static method in class org.apache.hadoop.hive.conf.HiveConfUtil
Check if metastore is being used in embedded mode.
isExcluded() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
isInline(Vertex) - Static method in class org.apache.hadoop.hive.common.jsonexplain.tez.TezJsonParser
 
isLoadHiveServer2Config() - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
isLoadMetastoreConfig() - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
isLocalFile(HiveConf, String) - Static method in class org.apache.hadoop.hive.common.FileUtils
A best effort attempt to determine if if the file is a local file
isLocalFile(HiveConf, URI) - Static method in class org.apache.hadoop.hive.common.FileUtils
A best effort attempt to determine if if the file is a local file
isOne() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
isOwnerOfFileHierarchy(FileSystem, FileStatus, String) - Static method in class org.apache.hadoop.hive.common.FileUtils
 
isShutdownInProgress() - Static method in class org.apache.hive.common.util.ShutdownHookManager
Indicates if shutdown is in progress or not.
isSubDir(Path, Path, FileSystem) - Static method in class org.apache.hadoop.hive.common.FileUtils
Check if first path is a subdirectory of second path.
isTxnRangeValid(long, long) - Method in class org.apache.hadoop.hive.common.ValidReadTxnList
 
isTxnRangeValid(long, long) - Method in interface org.apache.hadoop.hive.common.ValidTxnList
Find out if a range of transaction ids are valid.
isTxnValid(long) - Method in class org.apache.hadoop.hive.common.ValidReadTxnList
 
isTxnValid(long) - Method in interface org.apache.hadoop.hive.common.ValidTxnList
Indicates whether a given transaction is valid.
isType(String) - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
isUtfStartByte(byte) - Static method in class org.apache.hive.common.util.HiveStringUtils
Checks if b is the first byte of a UTF-8 character.
isVerbose() - Method in class org.apache.hadoop.hive.common.cli.CommonCliOptions
Should the client be verbose.
isZero() - Method in class org.apache.hadoop.hive.common.type.Decimal128
 
isZero() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
 
isZero() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 

J

JAR_FILE_EXT - Static variable in class org.apache.hive.common.util.HiveTestUtils
 
JAVA_FILE_EXT - Static variable in class org.apache.hive.common.util.HiveTestUtils
 
JavaUtils - Class in org.apache.hadoop.hive.common
Collection of Java class loading/reflection related utilities common across Hive.
join(CharSequence, Iterable<?>) - Static method in class org.apache.hive.common.util.HiveStringUtils
Concatenates strings, using a separator.
JsonParser - Interface in org.apache.hadoop.hive.common.jsonexplain
JsonParser is the interface for classes that print a JSONObject into outputStream.
JsonParserFactory - Class in org.apache.hadoop.hive.common.jsonexplain
 

L

LATEST_COMPAT_LEVEL - Static variable in class org.apache.hive.common.HiveCompat
 
limitDecimalTo2(double) - Static method in class org.apache.hive.common.util.HiveStringUtils
 
listSize() - Method in class org.apache.hadoop.hive.common.DiskRangeList
 
listStatusRecursively(FileSystem, FileStatus, List<FileStatus>) - Static method in class org.apache.hadoop.hive.common.FileUtils
Recursively lists status for all files starting from a particular directory (or individual file as base case).
listToArray() - Method in class org.apache.hadoop.hive.common.DiskRangeList
 
loadClass(String) - Static method in class org.apache.hadoop.hive.common.JavaUtils
 
loadClass(String, boolean) - Static method in class org.apache.hadoop.hive.common.JavaUtils
 
loadFile(String) - Method in class org.apache.hadoop.hive.common.cli.HiveFileProcessor
load commands into buffered reader from the file
lockIdToString(long) - Static method in class org.apache.hadoop.hive.common.JavaUtils
Utility method for ACID to normalize logging info
LOG - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.TezJsonParser
 
LOG - Static variable in class org.apache.hadoop.hive.common.ServerUtils
 
LOG - Static variable in class org.apache.hive.common.util.HiveTestUtils
 
LogUtils - Class in org.apache.hadoop.hive.common
Utilities common to logging operations.
LogUtils() - Constructor for class org.apache.hadoop.hive.common.LogUtils
 
LogUtils.LogInitializationException - Exception in org.apache.hadoop.hive.common
 
LogUtils.LogInitializationException(String) - Constructor for exception org.apache.hadoop.hive.common.LogUtils.LogInitializationException
 
logVars(PrintStream) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
LONG_MASK - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
Mask to convert signed integer to unsigned long.
longValue() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Converts this Decimal128 to a long.
longValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
longValue() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
 
LoopingByteArrayInputStream - Class in org.apache.hadoop.hive.conf
LoopingByteArrayInputStream.
LoopingByteArrayInputStream(byte[]) - Constructor for class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
 

M

main(String[]) - Static method in class org.apache.hadoop.hive.ant.GenHiveTemplate
 
main(String[]) - Static method in class org.apache.hive.common.util.HiveVersionInfo
 
majorVersion - Variable in enum org.apache.hive.common.HiveCompat.CompatLevel
 
makeDefaultListBucketingDirName(List<String>, String) - Static method in class org.apache.hadoop.hive.common.FileUtils
default directory will have the same depth as number of skewed columns this will make future operation easy like DML merge, concatenate merge
makeListBucketingDirName(List<String>, List<String>) - Static method in class org.apache.hadoop.hive.common.FileUtils
Makes a valid list bucketing directory name.
makePartName(List<String>, List<String>) - Static method in class org.apache.hadoop.hive.common.FileUtils
 
makePartName(List<String>, List<String>, String) - Static method in class org.apache.hadoop.hive.common.FileUtils
Makes a valid partition name.
makeQualified(Path, Configuration) - Static method in class org.apache.hadoop.hive.common.FileUtils
Variant of Path.makeQualified that qualifies the input path against the default file system indicated by the configuration This does not require a FileSystem handle in most cases - only requires the Filesystem URI.
mark(int) - Method in class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
 
markSupported() - Method in class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
 
MAX_CHAR_LENGTH - Static variable in class org.apache.hadoop.hive.common.type.HiveChar
 
MAX_DIGITS - Static variable in class org.apache.hadoop.hive.common.type.UnsignedInt128
Can hold up to 10^38.
MAX_INT_BD - Static variable in class org.apache.hive.common.util.DateUtils
 
MAX_POWER_FIVE_INT128 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
5^55 fits in 2^128.
MAX_POWER_FIVE_INT31 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
5^13 fits in 2^31.
MAX_POWER_FIVE_INT63 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
5^27 fits in 2^63.
MAX_POWER_TEN_INT128 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
10^38 fits in UnsignedInt128.
MAX_POWER_TEN_INT31 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
10^9 fits in 2^31.
MAX_PRECISION - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
MAX_SCALE - Static variable in class org.apache.hadoop.hive.common.type.Decimal128
Maximum value for #scale.
MAX_SCALE - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
MAX_VALUE - Static variable in class org.apache.hadoop.hive.common.type.Decimal128
Maximum value that can be represented in this class.
MAX_VALUE - Static variable in class org.apache.hadoop.hive.common.type.SignedInt128
Maximum value that can be represented in this class.
MAX_VALUE - Static variable in class org.apache.hadoop.hive.common.type.UnsignedInt128
Maximum value that can be represented in this class.
MAX_VARCHAR_LENGTH - Static variable in class org.apache.hadoop.hive.common.type.HiveVarchar
 
merge(long, long) - Method in class org.apache.hadoop.hive.common.DiskRange
 
merge(BloomFilter) - Method in class org.apache.hive.common.util.BloomFilter
Merge the specified bloom filter with current bloom filter.
mergeJoinDummyVertexs - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
 
METACONF_PREFIX - Static variable in class org.apache.hadoop.hive.conf.SystemVariables
 
metaConfVars - Static variable in class org.apache.hadoop.hive.conf.HiveConf
User configurable Metastore vars
metaVars - Static variable in class org.apache.hadoop.hive.conf.HiveConf
Metastore related options that the db is initialized against.
Metrics - Class in org.apache.hadoop.hive.common.metrics
Metrics Subsystem - allows exposure of a number of named parameters/counters via jmx, intended to be used as a static subsystem Has a couple of primary ways it can be used: (i) Using the set and get methods to set and get named parameters (ii) Using the incrementCounter method to increment and set named parameters in one go, rather than having to make a get and then a set.
Metrics.MetricsScope - Class in org.apache.hadoop.hive.common.metrics
MetricsScope : A class that encapsulates an idea of a metered scope.
MetricsMBean - Interface in org.apache.hadoop.hive.common.metrics
MBean definition for metrics tracking from jmx
MetricsMBeanImpl - Class in org.apache.hadoop.hive.common.metrics
 
MetricsMBeanImpl() - Constructor for class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
 
millisFormatString - Static variable in class org.apache.hive.common.util.TimestampParser
 
MIN_SCALE - Static variable in class org.apache.hadoop.hive.common.type.Decimal128
Minimum value for #scale.
MIN_VALUE - Static variable in class org.apache.hadoop.hive.common.type.Decimal128
Minimum value that can be represented in this class.
MIN_VALUE - Static variable in class org.apache.hadoop.hive.common.type.SignedInt128
Minimum value that can be represented in this class.
MIN_VALUE - Static variable in class org.apache.hadoop.hive.common.type.UnsignedInt128
Minimum value that can be represented in this class.
minorVersion - Variable in enum org.apache.hive.common.HiveCompat.CompatLevel
 
mkdir(FileSystem, Path, boolean, Configuration) - Static method in class org.apache.hadoop.hive.common.FileUtils
Creates the directory and all necessary parent directories.
modulo(Decimal128, Decimal128, Decimal128, short) - Static method in class org.apache.hadoop.hive.common.type.Decimal128
Performs decimal modulo
MONTHS_PER_YEAR - Static variable in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
moveToTrash(FileSystem, Path, Configuration) - Static method in class org.apache.hadoop.hive.common.FileUtils
Move a particular file or directory to the trash.
multiply(Decimal128, Decimal128, Decimal128, short) - Static method in class org.apache.hadoop.hive.common.type.Decimal128
Calculates multiplication and puts the result into the given object.
multiply(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
multiply(SignedInt128, SignedInt128, SignedInt128) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
Calculates multiplication and puts the result into the given object.
multiplyConstructive(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
This version returns the result as a new object, not modifying the give objects.
multiplyConstructive(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
This version returns the result as a new object, not modifying the give objects.
multiplyConstructive256(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
This version returns the result of multiplication as 256bit data.
multiplyDestructive(Decimal128, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Performs multiplication, changing the scale of this object to the specified value.
multiplyDestructive(SignedInt128) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Performs multiplication.
multiplyDestructive(int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Performs multiplication.
multiplyDestructive(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Multiplies this value with the given integer value.
multiplyDestructive(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Multiplies this value with the given value.
multiplyDestructiveNativeDecimal128(Decimal128, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
As of 2/11/2014 this has a known bug in multiplication.
multiplyScaleDownTenDestructive(UnsignedInt128, short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Multiply this value with the given value, followed by ten-based scale down.
multiplyShiftDestructive(UnsignedInt128, short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Multiplies this value with the given value, followed by right bit shifts to scale it back to this object.
Murmur3 - Class in org.apache.hive.common.util
Murmur3 is successor to Murmur2 fast non-crytographic hash algorithms.
Murmur3() - Constructor for class org.apache.hive.common.util.Murmur3
 

N

name - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
 
nanos - Variable in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
NANOS_PER_SEC - Static variable in class org.apache.hive.common.util.DateUtils
 
NANOS_PER_SEC_BD - Static variable in class org.apache.hive.common.util.DateUtils
 
negate() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
negate() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
negate() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
negate(SignedInt128, SignedInt128) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
This version returns the result as a new object, not modifying the give objects.
negateDestructive() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Reverses the sign of this Decimal128.
negateDestructive() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Reverses the sign of this object.
NEGATIVE_INT_MASK - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
Mask to convert an int to a negative int.
NEGATIVE_LONG_MASK - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
Mask to convert a long to a negative long.
newInstance(Class<T>, Configuration) - Static method in class org.apache.hive.common.util.ReflectionUtil
Create an object for the given class and initialize it from conf
next - Variable in class org.apache.hadoop.hive.common.DiskRangeList
 
NonSyncByteArrayInputStream - Class in org.apache.hadoop.hive.common.io
A thread-not-safe version of ByteArrayInputStream, which removes all synchronized modifiers.
NonSyncByteArrayInputStream() - Constructor for class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
 
NonSyncByteArrayInputStream(byte[]) - Constructor for class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
 
NonSyncByteArrayInputStream(byte[], int, int) - Constructor for class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
 
NonSyncByteArrayOutputStream - Class in org.apache.hadoop.hive.common.io
A thread-not-safe version of ByteArrayOutputStream, which removes all synchronized modifiers.
NonSyncByteArrayOutputStream(int) - Constructor for class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
 
NonSyncByteArrayOutputStream() - Constructor for class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
 
normalizeIdentifier(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
 
normalizeSecondsAndNanos() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
Ensures that the seconds and nanoseconds fields have consistent sign
NULL_HASHCODE - Static variable in class org.apache.hive.common.util.Murmur3
 
NUM_FILES - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
The name of the statistic Num Files to be published or gathered.
NUM_PARTITIONS - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
The name of the statistic Num Partitions to be published or gathered.
numBits - Variable in class org.apache.hive.common.util.BloomFilter
 
numHashFunctions - Variable in class org.apache.hive.common.util.BloomFilter
 

O

ObjectPair<F,S> - Class in org.apache.hadoop.hive.common
 
ObjectPair() - Constructor for class org.apache.hadoop.hive.common.ObjectPair
 
ObjectPair(F, S) - Constructor for class org.apache.hadoop.hive.common.ObjectPair
 
offset - Variable in class org.apache.hadoop.hive.common.DiskRange
The first address.
ONE - Static variable in class org.apache.hadoop.hive.common.type.Decimal128
 
ONE - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
Op - Class in org.apache.hadoop.hive.common.jsonexplain.tez
 
Op(String, String, String, List<Op>, List<Attr>, JSONObject, Vertex) - Constructor for class org.apache.hadoop.hive.common.jsonexplain.tez.Op
 
open() - Method in class org.apache.hadoop.hive.common.metrics.Metrics.MetricsScope
Opens scope, and makes note of the time started, increments run counter
OPTIONS - Variable in class org.apache.hadoop.hive.common.cli.CommonCliOptions
Options for parsing the command line.
org.apache.hadoop.hive.ant - package org.apache.hadoop.hive.ant
 
org.apache.hadoop.hive.common - package org.apache.hadoop.hive.common
 
org.apache.hadoop.hive.common.classification - package org.apache.hadoop.hive.common.classification
 
org.apache.hadoop.hive.common.cli - package org.apache.hadoop.hive.common.cli
 
org.apache.hadoop.hive.common.io - package org.apache.hadoop.hive.common.io
 
org.apache.hadoop.hive.common.jsonexplain - package org.apache.hadoop.hive.common.jsonexplain
 
org.apache.hadoop.hive.common.jsonexplain.tez - package org.apache.hadoop.hive.common.jsonexplain.tez
 
org.apache.hadoop.hive.common.metrics - package org.apache.hadoop.hive.common.metrics
 
org.apache.hadoop.hive.common.type - package org.apache.hadoop.hive.common.type
 
org.apache.hadoop.hive.conf - package org.apache.hadoop.hive.conf
 
org.apache.hive.common - package org.apache.hive.common
 
org.apache.hive.common.util - package org.apache.hive.common.util
 
origProp - Variable in class org.apache.hadoop.hive.conf.HiveConf
 
outputs - Variable in class org.apache.hadoop.hive.common.io.SortPrintStream
 

P

parentConnections - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
 
parse(String[]) - Method in class org.apache.hadoop.hive.common.cli.CommonCliOptions
Parse the arguments.
parseInto(DateTimeParserBucket, String, int) - Method in class org.apache.hive.common.util.TimestampParser.MillisDateFormatParser
 
parseNumericValueWithRange(String, String, int, int) - Static method in class org.apache.hive.common.util.DateUtils
 
parseTimestamp(String) - Method in class org.apache.hive.common.util.TimestampParser
Parse the input string and return a timestamp value
pow(int) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
powAsDouble(double) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Calculate the power of this value in double precision.
POWER_FIVES_INT128 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
5^x.
POWER_FIVES_INT31 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
5^x.
POWER_FIVES_INT63 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
5^x.
POWER_TENS_INT128 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
10^x.
POWER_TENS_INT31 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
10^x.
precision() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
Returns the number of digits (integer and fractional) in the number, which is equivalent to SQL decimal precision.
prefixString(List<Boolean>) - Static method in class org.apache.hadoop.hive.common.jsonexplain.tez.TezJsonParser
 
prefixString(List<Boolean>, String) - Static method in class org.apache.hadoop.hive.common.jsonexplain.tez.TezJsonParser
 
prev - Variable in class org.apache.hadoop.hive.common.DiskRangeList
 
print(JSONObject, PrintStream) - Method in interface org.apache.hadoop.hive.common.jsonexplain.JsonParser
 
print(PrintStream, List<Boolean>, boolean) - Method in class org.apache.hadoop.hive.common.jsonexplain.tez.Op
 
print(PrintStream, List<Boolean>) - Method in class org.apache.hadoop.hive.common.jsonexplain.tez.Stage
 
print(JSONObject, PrintStream) - Method in class org.apache.hadoop.hive.common.jsonexplain.tez.TezJsonParser
 
print(PrintStream, List<Boolean>, String, Vertex) - Method in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
 
printDirect(String) - Method in class org.apache.hadoop.hive.common.io.FetchConverter
 
println(String) - Method in class org.apache.hadoop.hive.common.io.CachingPrintStream
 
println(String) - Method in class org.apache.hadoop.hive.common.io.FetchConverter
 
printSet - Static variable in class org.apache.hadoop.hive.common.jsonexplain.tez.TezJsonParser
 
printUsage() - Method in class org.apache.hadoop.hive.common.cli.CommonCliOptions
Print usage information for the CLI.
process(String) - Method in class org.apache.hadoop.hive.common.io.DigestPrintStream
 
process(String) - Method in class org.apache.hadoop.hive.common.io.FetchConverter
 
process(String) - Method in class org.apache.hadoop.hive.common.io.SortPrintStream
 
processCmd(String) - Method in class org.apache.hadoop.hive.common.cli.HiveFileProcessor
define the processor for each Hive command supported by Hive
processFile(String) - Method in class org.apache.hadoop.hive.common.cli.HiveFileProcessor
 
processFile(String) - Method in interface org.apache.hadoop.hive.common.cli.IHiveFileProcessor
Parse the file and execute the Hive commands in it.
processFinal() - Method in class org.apache.hadoop.hive.common.io.DigestPrintStream
 
processFinal() - Method in class org.apache.hadoop.hive.common.io.FetchConverter
 
processFinal() - Method in class org.apache.hadoop.hive.common.io.SortAndDigestPrintStream
 
processFinal() - Method in class org.apache.hadoop.hive.common.io.SortPrintStream
 
processLine(String) - Method in class org.apache.hadoop.hive.common.cli.HiveFileProcessor
process the Hive command by lines
processReader(BufferedReader) - Method in class org.apache.hadoop.hive.common.cli.HiveFileProcessor
execute the buffered reader which stores the commands
put(String, Object) - Method in interface org.apache.hadoop.hive.common.metrics.MetricsMBean
Add a key/metric and its value to track
put(String, Object) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
 
putAll(BloomFilter.BitSet) - Method in class org.apache.hive.common.util.BloomFilter.BitSet
Combines the two BitArrays using bitwise OR.

Q

queryfound - Variable in class org.apache.hadoop.hive.common.io.FetchConverter
 
quoteComments(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
 

R

RAW_DATA_SIZE - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
The name of the statistic Raw Data Size to be published or gathered.
read() - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
read(byte[], int, int) - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
read() - Method in class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
 
read(byte[], int, int) - Method in class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
 
read(byte[]) - Method in class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
 
readFromString(String) - Method in class org.apache.hadoop.hive.common.ValidReadTxnList
 
readFromString(String) - Method in interface org.apache.hadoop.hive.common.ValidTxnList
Populate this validTxnList from the string.
ReflectionUtil - Class in org.apache.hive.common.util
Same as Hadoop ReflectionUtils, but (1) does not leak classloaders (or shouldn't anyway, we rely on Guava cache, and could fix it otherwise); (2) does not have a hidden epic lock.
ReflectionUtil() - Constructor for class org.apache.hive.common.util.ReflectionUtil
 
remainder(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
remainderUnsignedLong(long, long) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
If we can assume JDK 1.8, this should use java.lang.Long.remainderUnsigned(), which will be replaced with intrinsics in JVM.
remove(HiveInterruptCallback) - Static method in class org.apache.hadoop.hive.common.HiveInterruptUtils
 
removeAfter() - Method in class org.apache.hadoop.hive.common.DiskRangeList
Removes an element after current from the list.
removeAttr(String) - Method in class org.apache.hadoop.hive.common.jsonexplain.tez.Op
 
removeSelf() - Method in class org.apache.hadoop.hive.common.DiskRangeList
Removes the current element from the list.
removeShutdownHook(Runnable) - Static method in class org.apache.hive.common.util.ShutdownHookManager
Removes a shutdownHook.
renameWithPerms(FileSystem, Path, Path, boolean, Configuration) - Static method in class org.apache.hadoop.hive.common.FileUtils
 
reopen() - Method in class org.apache.hadoop.hive.common.metrics.Metrics.MetricsScope
Closes scope if open, and reopens it
replaceSelfWith(DiskRangeList) - Method in class org.apache.hadoop.hive.common.DiskRangeList
Replaces this element with another in the list; returns the new element.
reset(byte[], int, int) - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
 
reset() - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
reset() - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
 
reset() - Method in class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
 
reset() - Method in class org.apache.hive.common.util.BloomFilter
 
rootOps - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
 
ROUND_CEILING - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
ROUND_FLOOR - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
ROUND_HALF_UP - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
ROUND_POWER_TENS_INT128 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
5 * 10^(x-1).
ROUND_POWER_TENS_INT31 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
5 * 10^(x-1).
ROW_COUNT - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
The name of the statistic Row Count to be published or gathered.
run() - Method in class org.apache.hive.common.util.StreamPrinter
 

S

scale() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
scaleByPowerOfTen(int) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
scaleDownFiveDestructive(short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Scale down the value for 5**tenScale (this := this / 5**tenScale).
scaleDownTen(SignedInt128, SignedInt128, short) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
This version returns the result as a new object, not modifying the give objects.
scaleDownTenDestructive(short) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Scale down the value for 10**tenScale (this := this / 10**tenScale).
scaleDownTenDestructive(short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Scale down the value for 10**tenScale (this := this / 10**tenScale).
scaleUpFiveDestructive(short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Scale up the value for 5**tenScale (this := this * 5**tenScale).
scaleUpTen(SignedInt128, SignedInt128, short) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
This version returns the result as a new object, not modifying the give objects.
scaleUpTenDestructive(short) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Scale up the value for 10**tenScale (this := this * 10**tenScale).
scaleUpTenDestructive(short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Scale up the value for 10**tenScale (this := this * 10**tenScale).
serializeTo(int[], int, int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Serialize this object to the given array, putting the required number of ints for the given precision.
serializeTo(IntBuffer, int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Serialize this object to the given ByteBuffer, putting the required number of ints for the given precision.
serializeTo(IntBuffer, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Serialize this object to the given ByteBuffer, putting the required number of ints for the given precision.
serializeTo(int[], int, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Serialize this object to the given array, putting the required number of ints for the given precision.
serializeTo128(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Serialize this object to the given integers, putting 128+32 bits of data (full range).
serializeTo128(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Serialize this object to the given ByteBuffer, putting 128+32 bits of data (full range).
serializeTo128(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Serializes the value of this object to the given array, putting 128 bits data (full ranges).
serializeTo128(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Serializes the value of this object to ByteBuffer, putting 128 bits data (full ranges).
serializeTo128(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Serialize this object to the given ByteBuffer, putting 128 bits data (full ranges).
serializeTo128(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Serialize this object to the given array, putting 128 bits data (full ranges).
serializeTo32(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Serialize this object to the given integers, putting only 32+32 bits of data.
serializeTo32(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Serialize this object to the given ByteBuffer, putting only 32+32 bits of data.
serializeTo32(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Serializes the value of this object to the given array, putting only 32 bits data.
serializeTo32(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Serializes the value of this object to ByteBuffer, putting only 32 bits data.
serializeTo32(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Serialize this object to the given ByteBuffer, putting only 32 bits data.
serializeTo32(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Serialize this object to the given array, putting only 32 bits data.
serializeTo64(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Serialize this object to the given integers, putting only 64+32 bits of data.
serializeTo64(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Serialize this object to the given ByteBuffer, putting only 64+32 bits of data.
serializeTo64(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Serializes the value of this object to the given array, putting only 64 bits data.
serializeTo64(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Serializes the value of this object to ByteBuffer, putting only 64 bits data.
serializeTo64(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Serialize this object to the given ByteBuffer, putting only 64 bits data.
serializeTo64(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Serialize this object to the given array, putting only 64 bits data.
serializeTo96(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Serialize this object to the given integers, putting only 96+32 bits of data.
serializeTo96(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Serialize this object to the given ByteBuffer, putting only 96+32 bits of data.
serializeTo96(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Serializes the value of this object to the given array, putting only 96 bits data.
serializeTo96(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Serializes the value of this object to ByteBuffer, putting only 96 bits data.
serializeTo96(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Serialize this object to the given ByteBuffer, putting only 96 bits data.
serializeTo96(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Serialize this object to the given array, putting only 96 bits data.
ServerUtils - Class in org.apache.hadoop.hive.common
ServerUtils (specific to HiveServer version 1)
ServerUtils() - Constructor for class org.apache.hadoop.hive.common.ServerUtils
 
set(String, Object) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
 
set(int, int, int, int, int) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
set(long, int) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
set(BigDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
set(HiveIntervalDayTime) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
set(int, int) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
set(int) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
set(HiveIntervalYearMonth) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
set(int) - Method in class org.apache.hive.common.util.BloomFilter.BitSet
Sets the bit at specified index.
SET_COLUMN_NAME - Static variable in class org.apache.hadoop.hive.conf.SystemVariables
 
setAttribute(Attribute) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
 
setAttributes(AttributeList) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
 
setAuxJars(String) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
setBoolVar(Configuration, HiveConf.ConfVars, boolean) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
setBoolVar(HiveConf.ConfVars, boolean) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
setConf(Object, Configuration) - Static method in class org.apache.hive.common.util.ReflectionUtil
Check and set 'configuration' if necessary.
setCount(byte) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
This setter is only for de-serialization, should not be used otherwise.
setFirst(F) - Method in class org.apache.hadoop.hive.common.ObjectPair
 
setFloatVar(Configuration, HiveConf.ConfVars, float) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
setFloatVar(HiveConf.ConfVars, float) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
setHiveSiteLocation(URL) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
setIntervalDayTimeTotalNanos(HiveIntervalDayTime, long) - Static method in class org.apache.hive.common.util.DateUtils
 
setIntVar(Configuration, HiveConf.ConfVars, int) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
setIntVar(HiveConf.ConfVars, int) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
setLoadHiveServer2Config(boolean) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
setLoadMetastoreConfig(boolean) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
setLongVar(Configuration, HiveConf.ConfVars, long) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
setLongVar(HiveConf.ConfVars, long) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
setModifiableWhiteListRegex(String) - Method in class org.apache.hadoop.hive.conf.HiveConf
Set white list of parameters that are allowed to be modified
setNullDataValue() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Vectorized execution uses the smallest possible positive non-zero value to prevent possible later zero-divide exceptions.
setScale(short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
This setter is only for de-serialization, should not be used otherwise.
setScale(int) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
setScale(int, int) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
setSecond(S) - Method in class org.apache.hadoop.hive.common.ObjectPair
 
setSignBitInt(int, boolean) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
Turn on or off the highest bit of an int value.
setSignBitLong(long, boolean) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
Turn on or off the highest bit of a long value.
setSignum(byte) - Method in class org.apache.hadoop.hive.common.type.Decimal128
This setter is only for de-serialization, should not be used otherwise.
setSparkConfigUpdated(boolean) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
setTemplateFile(String) - Method in class org.apache.hadoop.hive.ant.GenHiveTemplate
 
setTimeVar(Configuration, HiveConf.ConfVars, long, TimeUnit) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
setTimeVar(HiveConf.ConfVars, long, TimeUnit) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
setUnscaledValue(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.Decimal128
This setter is only for de-serialization, should not be used otherwise.
setV(int[]) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
This setter is only for de-serialization, should not be used otherwise.
setV0(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Setter for v0.
setV1(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Setter for v1.
setV2(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Setter for v2.
setV3(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Setter for v3.
setValue(String, int) - Method in class org.apache.hadoop.hive.common.type.HiveBaseChar
Sets the string value to a new value, obeying the max length defined for this object.
setValue(HiveBaseChar, int) - Method in class org.apache.hadoop.hive.common.type.HiveBaseChar
 
setValue(String, int) - Method in class org.apache.hadoop.hive.common.type.HiveChar
Set char value, padding or truncating the value to the size of len parameter.
setValue(String) - Method in class org.apache.hadoop.hive.common.type.HiveChar
 
setValue(String) - Method in class org.apache.hadoop.hive.common.type.HiveVarchar
Set the new value
setValue(HiveVarchar) - Method in class org.apache.hadoop.hive.common.type.HiveVarchar
 
setVar(Configuration, HiveConf.ConfVars, String) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
setVar(HiveConf.ConfVars, String) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
ShellCmdExecutor - Class in org.apache.hadoop.hive.common.cli
 
ShellCmdExecutor(String, PrintStream, PrintStream) - Constructor for class org.apache.hadoop.hive.common.cli.ShellCmdExecutor
 
shiftLeft(SignedInt128, SignedInt128, int) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
This version returns the result as a new object, not modifying the give objects.
shiftLeftConstructive(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
This version returns the result as a new object, not modifying the give objects.
shiftLeftDestructive(int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Left-shift for the given number of bits.
shiftLeftDestructive(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Left-shift for the given number of bits.
shiftLeftDestructiveCheckOverflow(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Left-shift for the given number of bits.
shiftRight(SignedInt128, SignedInt128, int, boolean) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
This version returns the result as a new object, not modifying the give objects.
shiftRightConstructive(int, boolean) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
This version returns the result as a new object, not modifying the give objects.
shiftRightDestructive(int, boolean) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Right-shift for the given number of bits.
shiftRightDestructive(int, boolean) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Right-shift for the given number of bits.
shortValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
SHUTDOWN_HOOK_PRIORITY - Static variable in class org.apache.hive.common.util.HiveStringUtils
Priority of the StringUtils shutdown hook.
ShutdownHookManager - Class in org.apache.hive.common.util
The ShutdownHookManager enables running shutdownHook in a deterministic order, higher priority first.
SignedInt128 - Class in org.apache.hadoop.hive.common.type
This code was based on code from Microsoft's PolyBase.
SignedInt128() - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
Empty constructor to construct zero.
SignedInt128(long) - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
Construct this object from a long value.
SignedInt128(UnsignedInt128) - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
Construct this object from UnsignedInt128.
SignedInt128(SignedInt128) - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
Copy Constructor.
SignedInt128(int, int, int, int) - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
Construct this object from the given integers.
SignedInt128(String) - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
Constructs from the given string.
SignedInt128(char[], int, int) - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
Constructs from the given string with given offset and length.
signum() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
Get the sign of the underlying decimal.
simpleHostname(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
Given a full hostname, return the word upto the first dot.
sizeInBytes() - Method in class org.apache.hive.common.util.BloomFilter
 
skip(long) - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
skip(long) - Method in class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
 
sliceAndShift(long, long, long) - Method in class org.apache.hadoop.hive.common.DiskRange
 
SortAndDigestPrintStream - Class in org.apache.hadoop.hive.common.io
 
SortAndDigestPrintStream(OutputStream, String) - Constructor for class org.apache.hadoop.hive.common.io.SortAndDigestPrintStream
 
SortPrintStream - Class in org.apache.hadoop.hive.common.io
 
SortPrintStream(OutputStream, String) - Constructor for class org.apache.hadoop.hive.common.io.SortPrintStream
 
split(long) - Method in class org.apache.hadoop.hive.common.DiskRangeList
Splits current element in the list, using DiskRange::slice
split(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
Split a string using the default separator
split(String, char, char) - Static method in class org.apache.hive.common.util.HiveStringUtils
Split a string using the given separator
split(String, char) - Static method in class org.apache.hive.common.util.HiveStringUtils
Split a string using the given separator, with no escaping performed.
splitAndUnEscape(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
Split a string using the default separator/escape character, then unescape the resulting array of strings
splitAndUnEscape(String, char, char) - Static method in class org.apache.hive.common.util.HiveStringUtils
Split a string using the specified separator/escape character, then unescape the resulting array of strings using the same escape/separator.
SqlMathUtil - Class in org.apache.hadoop.hive.common.type
This code was based on code from Microsoft's PolyBase.
sqrtAsDouble() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Calculate the square root of this value in double precision.
squareDestructive() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Multiplies this with this, updating this
Stage - Class in org.apache.hadoop.hive.common.jsonexplain.tez
 
Stage(String) - Constructor for class org.apache.hadoop.hive.common.jsonexplain.tez.Stage
 
STAGING_DIR_PATH_FILTER - Static variable in class org.apache.hadoop.hive.common.FileUtils
 
startingDateValue - Static variable in class org.apache.hive.common.util.TimestampParser
 
startScope(String) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
 
startupShutdownMessage(Class<?>, String[], Log) - Static method in class org.apache.hive.common.util.HiveStringUtils
Print a log message for starting up and shutting down
STATS_FILE_PREFIX - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
 
STATS_GENERATED_VIA_STATS_TASK - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
 
STATS_TMP_LOC - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
Temp dir for writing stats from tasks.
statsRequireCompute - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
 
StatsSetupConst - Class in org.apache.hadoop.hive.common
A class that defines the constant strings used by the statistics implementation.
StatsSetupConst() - Constructor for class org.apache.hadoop.hive.common.StatsSetupConst
 
StatsSetupConst.StatDB - Enum in org.apache.hadoop.hive.common
 
StreamPrinter - Class in org.apache.hive.common.util
StreamPrinter.
StreamPrinter(InputStream, String, PrintStream) - Constructor for class org.apache.hive.common.util.StreamPrinter
 
string2long(String) - Static method in enum org.apache.hive.common.util.HiveStringUtils.TraditionalBinaryPrefix
Convert a string to long.
stringArray - Static variable in class org.apache.hive.common.util.TimestampParser
 
stringFor(TimeUnit) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
stringifyException(Throwable) - Static method in class org.apache.hive.common.util.HiveStringUtils
Make a string representation of the exception.
stringToPath(String[]) - Static method in class org.apache.hive.common.util.HiveStringUtils
 
stringToURI(String[]) - Static method in class org.apache.hive.common.util.HiveStringUtils
 
substitute(Configuration, String, int) - Method in class org.apache.hadoop.hive.conf.SystemVariables
 
subtract(Decimal128, Decimal128, Decimal128, short) - Static method in class org.apache.hadoop.hive.common.type.Decimal128
Calculates subtraction and puts the result into the given object.
subtract(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
subtract(SignedInt128, SignedInt128, SignedInt128) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
Calculates subtraction and puts the result into the given object.
subtractConstructive(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
This version returns the result as a new object, not modifying the give objects.
subtractDestructive(Decimal128, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Calculates subtraction and stores the result into this object.
subtractDestructive(SignedInt128) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Calculates subtraction and stores the result into this object.
subtractDestructive(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Subtracts the given value from this value.
subtractDestructive(int[]) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Subtracts the given value from this value.
supportedStats - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
 
symbol - Variable in enum org.apache.hive.common.util.HiveStringUtils.TraditionalBinaryPrefix
 
SYSTEM_DEFAULT_PRECISION - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
Default precision/scale when system is not able to determine them, such as in case of a non-generic udf.
SYSTEM_DEFAULT_SCALE - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
SYSTEM_PREFIX - Static variable in class org.apache.hadoop.hive.conf.SystemVariables
 
SystemVariables - Class in org.apache.hadoop.hive.conf
 
SystemVariables() - Constructor for class org.apache.hadoop.hive.conf.SystemVariables
 

T

tar(String, String[], String) - Static method in class org.apache.hadoop.hive.common.CompressionUtils
Archive all the files in the inputFiles into outputFile
TEN_TO_THIRTYEIGHT - Static variable in class org.apache.hadoop.hive.common.type.UnsignedInt128
A special value representing 10**38.
test(byte[]) - Method in class org.apache.hive.common.util.BloomFilter
 
testBytes(byte[], int) - Method in class org.apache.hive.common.util.BloomFilter
 
testDouble(double) - Method in class org.apache.hive.common.util.BloomFilter
 
testLong(long) - Method in class org.apache.hive.common.util.BloomFilter
 
testString(String) - Method in class org.apache.hive.common.util.BloomFilter
 
TezJsonParser - Class in org.apache.hadoop.hive.common.jsonexplain.tez
 
TezJsonParser() - Constructor for class org.apache.hadoop.hive.common.jsonexplain.tez.TezJsonParser
 
throwIfExceedsTenToThirtyEight() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Used to check overflows.
TimestampParser - Class in org.apache.hive.common.util
Timestamp parser using Joda DateTimeFormatter.
TimestampParser() - Constructor for class org.apache.hive.common.util.TimestampParser
 
TimestampParser(TimestampParser) - Constructor for class org.apache.hive.common.util.TimestampParser
 
TimestampParser(List<String>) - Constructor for class org.apache.hive.common.util.TimestampParser
 
TimestampParser(String[]) - Constructor for class org.apache.hive.common.util.TimestampParser
 
TimestampParser.MillisDateFormatParser - Class in org.apache.hive.common.util
DateTimeParser to parse the date string as the millis since Unix epoch
TimestampParser.MillisDateFormatParser() - Constructor for class org.apache.hive.common.util.TimestampParser.MillisDateFormatParser
 
toBigDecimal() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Converts this object to BigDecimal.
toBigIntegerSlow() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Convert this object to BigInteger.
toBigIntegerSlow() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Convert this object to BigInteger.
toDescription() - Method in class org.apache.hadoop.hive.conf.Validator.PatternSet
 
toDescription() - Method in class org.apache.hadoop.hive.conf.Validator.RangeValidator
 
toDescription() - Method in class org.apache.hadoop.hive.conf.Validator.RatioValidator
 
toDescription() - Method in class org.apache.hadoop.hive.conf.Validator.StringSet
 
toDescription() - Method in class org.apache.hadoop.hive.conf.Validator.TimeValidator
 
toDescription() - Method in interface org.apache.hadoop.hive.conf.Validator
 
toFormalString() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Returns the formal string representation of this value.
toFormalString() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Returns the formal string representation of this value.
toFormalString() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Returns the formal string representation of this value.
toString() - Method in class org.apache.hadoop.hive.common.DiskRange
 
toString() - Method in class org.apache.hadoop.hive.common.jsonexplain.tez.Attr
 
toString() - Method in class org.apache.hadoop.hive.common.ObjectPair
 
toString() - Method in class org.apache.hadoop.hive.common.type.Decimal128
 
toString() - Method in class org.apache.hadoop.hive.common.type.HiveBaseChar
 
toString() - Method in class org.apache.hadoop.hive.common.type.HiveChar
 
toString() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
toString() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
toString() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
toString() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
 
toString() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
toString() - Method in class org.apache.hadoop.hive.common.ValidReadTxnList
 
toString() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
toString() - Method in class org.apache.hive.common.util.BloomFilter
 
TOTAL_SIZE - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
The name of the statistic Total Size to be published or gathered.
totalMonths - Variable in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
totalSeconds - Variable in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
toTime(String, TimeUnit, TimeUnit) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
trashFilesUnderDir(FileSystem, Path, Configuration) - Static method in class org.apache.hadoop.hive.common.FileUtils
Deletes all files under a directory, sending them to the trash.
TRUE - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
 
TXT_FILE_EXT - Static variable in class org.apache.hive.common.util.HiveTestUtils
 
type - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.Connection
 
typeString() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 

U

unescapePathName(String) - Static method in class org.apache.hadoop.hive.common.FileUtils
 
unEscapeString(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
Unescape commas in the string using the default escape char
unEscapeString(String, char, char) - Static method in class org.apache.hive.common.util.HiveStringUtils
Unescape charToEscape in the string with the escape char escapeChar
unEscapeString(String, char, char[]) - Static method in class org.apache.hive.common.util.HiveStringUtils
 
union - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
 
unitFor(String, TimeUnit) - Static method in class org.apache.hadoop.hive.conf.HiveConf
 
unscaledValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
UnsignedInt128 - Class in org.apache.hadoop.hive.common.type
This code was based on code from Microsoft's PolyBase.
UnsignedInt128() - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
Creates an instance that represents zero.
UnsignedInt128(UnsignedInt128) - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
Copy constructor.
UnsignedInt128(int, int, int, int) - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
Creates an instance that has the given values.
UnsignedInt128(long) - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
Constructs from the given long value.
UnsignedInt128(String) - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
Constructs from the given string.
UnsignedInt128(char[], int, int) - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
Constructs from the given string with given offset and length.
UnsignedInt128(BigInteger) - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
Constructs from the given BigInteger
update(Decimal128) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Copy the value of given object.
update(Decimal128, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Copy the value of given object and assigns a custom scale.
update(long) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Update the value of this object with the given long.
update(long, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Update the value of this object with the given long with the given scal.
update(double, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Update the value of this object with the given double.
update(IntBuffer, int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object by reading from ByteBuffer, using the required number of ints for the given precision.
update(int[], int, int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object by reading from the given array, using the required number of ints for the given precision.
update(BigDecimal) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object with the given BigDecimal.
update(BigInteger, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object with the given BigInteger and scale.
update(String, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object with the given string.
update(char[], int, int, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object from the given string with given offset and length.
update(long) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Update this object with the given long value.
update(SignedInt128) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Update this object with the value of the given object.
update(String) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Updates the value of this object with the given string.
update(char[], int, int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Updates the value of this object from the given string with given offset and length.
update(BigInteger) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object from the given BigInteger.
update(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Copy from the given object.
update(long) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object with the given long value.
update(int, int, int, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object with the given values.
update(IntBuffer, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object by reading from ByteBuffer, using the required number of ints for the given precision.
update(int[], int, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object by reading from the given array, using the required number of ints for the given precision.
update(String) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object with the given string.
update(char[], int, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object from the given string with given offset and length.
update128(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object by reading from ByteBuffer, receiving 128+32 bits data (full ranges).
update128(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object by reading from the given integers, receiving 128+32 bits of data (full range).
update128(int, int, int, int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Update this object with the given integers, receiving 128 bits data (full ranges).
update128(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Updates the value of this object by reading from the given array, receiving 128 bits data (full ranges).
update128(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Updates the value of this object by reading from ByteBuffer, receiving 128 bits data (full ranges).
update128(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object by reading from ByteBuffer, receiving 128 bits data (full ranges).
update128(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object by reading from the given array, receiving 128 bits data (full ranges).
update32(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object by reading from ByteBuffer, receiving only 32+32 bits data.
update32(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object by reading from the given integers, receiving only 32+32 bits data.
update32(int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Update this object with the given integers, receiving only 32 bits data.
update32(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Updates the value of this object by reading from the given array, receiving only 32 bits data.
update32(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Updates the value of this object by reading from ByteBuffer, receiving only 32 bits data.
update32(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object by reading from ByteBuffer, receiving only 32 bits data.
update32(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object by reading from the given array, receiving only 32 bits data.
update64(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object by reading from ByteBuffer, receiving only 64+32 bits data.
update64(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object by reading from the given integers, receiving only 64+32 bits data.
update64(int, int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Update this object with the given integers, receiving only 64 bits data.
update64(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Updates the value of this object by reading from the given array, receiving only 64 bits data.
update64(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Updates the value of this object by reading from ByteBuffer, receiving only 64 bits data.
update64(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object by reading from ByteBuffer, receiving only 64 bits data.
update64(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object by reading from the given array, receiving only 64 bits data.
update96(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object by reading from ByteBuffer, receiving only 96+32 bits data.
update96(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Updates the value of this object by reading from the given integers, receiving only 96+32 bits data.
update96(int, int, int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Update this object with the given integers, receiving only 96 bits data.
update96(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Updates the value of this object by reading from the given array, receiving only 96 bits data.
update96(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Updates the value of this object by reading from ByteBuffer, receiving only 96 bits data.
update96(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object by reading from ByteBuffer, receiving only 96 bits data.
update96(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Updates the value of this object by reading from the given array, receiving only 96 bits data.
updateFixedPoint(long, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Update the value to a decimal value with the decimal point equal to val but with the decimal point inserted scale digits from the right.
updateVarianceDestructive(Decimal128, Decimal128, Decimal128, long) - Method in class org.apache.hadoop.hive.common.type.Decimal128
For UDAF variance we use the algorithm described by Chan, Golub, and LeVeque in "Algorithms for computing the sample variance: analysis and recommendations" The American Statistician, 37 (1983) pp.
uriToString(URI[]) - Static method in class org.apache.hive.common.util.HiveStringUtils
 
USER_DEFAULT_PRECISION - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
Default precision/scale when user doesn't specify in the column metadata, such as decimal and decimal(8).
USER_DEFAULT_SCALE - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 

V

VALID_TXNS_KEY - Static variable in interface org.apache.hadoop.hive.common.ValidTxnList
Key used to store valid txn list in a Configuration object.
validate(String) - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
validate(String) - Method in class org.apache.hadoop.hive.conf.Validator.PatternSet
 
validate(String) - Method in class org.apache.hadoop.hive.conf.Validator.RangeValidator
 
validate(String) - Method in class org.apache.hadoop.hive.conf.Validator.RatioValidator
 
validate(String) - Method in class org.apache.hadoop.hive.conf.Validator.StringSet
 
validate(String) - Method in class org.apache.hadoop.hive.conf.Validator.TimeValidator
 
validate(String) - Method in interface org.apache.hadoop.hive.conf.Validator
 
Validator - Interface in org.apache.hadoop.hive.conf
validate value for a ConfVar, return non-null string for fail message
Validator.PatternSet - Class in org.apache.hadoop.hive.conf
 
Validator.PatternSet(String...) - Constructor for class org.apache.hadoop.hive.conf.Validator.PatternSet
 
Validator.RangeValidator - Class in org.apache.hadoop.hive.conf
 
Validator.RangeValidator(Object, Object) - Constructor for class org.apache.hadoop.hive.conf.Validator.RangeValidator
 
Validator.RatioValidator - Class in org.apache.hadoop.hive.conf
 
Validator.RatioValidator() - Constructor for class org.apache.hadoop.hive.conf.Validator.RatioValidator
 
Validator.StringSet - Class in org.apache.hadoop.hive.conf
 
Validator.StringSet(String...) - Constructor for class org.apache.hadoop.hive.conf.Validator.StringSet
 
Validator.StringSet(boolean, String...) - Constructor for class org.apache.hadoop.hive.conf.Validator.StringSet
 
Validator.TimeValidator - Class in org.apache.hadoop.hive.conf
 
Validator.TimeValidator(TimeUnit) - Constructor for class org.apache.hadoop.hive.conf.Validator.TimeValidator
 
Validator.TimeValidator(TimeUnit, Long, boolean, Long, boolean) - Constructor for class org.apache.hadoop.hive.conf.Validator.TimeValidator
 
Validator.TYPE - Enum in org.apache.hadoop.hive.conf
 
validatorDescription() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
ValidReadTxnList - Class in org.apache.hadoop.hive.common
An implmentation of ValidTxnList for use by readers.
ValidReadTxnList() - Constructor for class org.apache.hadoop.hive.common.ValidReadTxnList
 
ValidReadTxnList(long[], long) - Constructor for class org.apache.hadoop.hive.common.ValidReadTxnList
 
ValidReadTxnList(String) - Constructor for class org.apache.hadoop.hive.common.ValidReadTxnList
 
ValidTxnList - Interface in org.apache.hadoop.hive.common
Models the list of transactions that should be included in a snapshot.
ValidTxnList.RangeResponse - Enum in org.apache.hadoop.hive.common
The response to a range query.
value - Variable in class org.apache.hadoop.hive.common.type.HiveBaseChar
 
value - Variable in enum org.apache.hive.common.HiveCompat.CompatLevel
 
value - Variable in enum org.apache.hive.common.util.HiveStringUtils.TraditionalBinaryPrefix
 
valueOf(String) - Static method in enum org.apache.hadoop.hive.common.StatsSetupConst.StatDB
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
 
valueOf(String) - Static method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
 
valueOf(String) - Static method in enum org.apache.hadoop.hive.common.ValidTxnList.RangeResponse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hive.conf.Validator.TYPE
Returns the enum constant of this type with the specified name.
valueOf(Object, Object) - Static method in enum org.apache.hadoop.hive.conf.Validator.TYPE
 
valueOf(String) - Static method in enum org.apache.hive.common.HiveCompat.CompatLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hive.common.util.HiveStringUtils.TraditionalBinaryPrefix
Returns the enum constant of this type with the specified name.
valueOf(char) - Static method in enum org.apache.hive.common.util.HiveStringUtils.TraditionalBinaryPrefix
 
values() - Static method in enum org.apache.hadoop.hive.common.StatsSetupConst.StatDB
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hive.common.ValidTxnList.RangeResponse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hive.conf.Validator.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hive.common.HiveCompat.CompatLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hive.common.util.HiveStringUtils.TraditionalBinaryPrefix
Returns an array containing the constants of this enum type, in the order they are declared.
varname - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
varPat - Static variable in class org.apache.hadoop.hive.conf.SystemVariables
 
verifyAndSet(String, String) - Method in class org.apache.hadoop.hive.conf.HiveConf
 
Vertex - Class in org.apache.hadoop.hive.common.jsonexplain.tez
 
Vertex(String, JSONObject) - Constructor for class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
 
vertexObject - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
 

W

write(DataInput, int) - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
 
write(int) - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
write(byte[], int, int) - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
writeTo(OutputStream) - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
writeToString() - Method in class org.apache.hadoop.hive.common.ValidReadTxnList
 
writeToString() - Method in interface org.apache.hadoop.hive.common.ValidTxnList
Write this validTxnList into a string.

Z

ZERO - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
zeroClear() - Method in class org.apache.hadoop.hive.common.type.Decimal128
Reset the value of this object to zero.
zeroClear() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
Make the value to zero.
zeroClear() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Make the value to zero.
zeroFractionPart(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.Decimal128
Zero the fractional part of value.
zeroFractionPart() - Method in class org.apache.hadoop.hive.common.type.Decimal128
 
A B C D E F G H I J L M N O P Q R S T U V W Z 

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