A B C D E F G H I J L M N O P 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.
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.
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.
addHiveconfToSystemProperties() - Method in class org.apache.hadoop.hive.common.cli.CommonCliOptions
Add the hiveconf properties to the Java system properties, override anything therein.
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.
addToModifiableWhiteList(String) - Method in class org.apache.hadoop.hive.conf.HiveConf
Add config parameter name to whitelist of parameters that can be modified
addToRestrictList(String) - Method in class org.apache.hadoop.hive.conf.HiveConf
Append comma separated list of config vars to the restrict List
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.
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.
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.
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.
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.
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
 
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
 
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(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(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
 
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

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 originally written for Microsoft 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
 
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
 
defaultVal - 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.
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.
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
 

E

emptyStringArray - Static variable in class org.apache.hive.common.util.HiveStringUtils
 
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
 
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(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.
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
 
exceedsTenToThirtyEight() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Returns if we overflowed 10**38, but not 2**128.
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
 

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.
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
 
formatPercent(double, int) - Static method in class org.apache.hive.common.util.HiveStringUtils
Format a percentage for presentation to the user.
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.
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

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
 
getAggregator(Configuration) - Method in enum org.apache.hadoop.hive.common.StatsSetupConst.StatDB
 
getAllProperties() - Method in class org.apache.hadoop.hive.conf.HiveConf
 
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
 
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.io.NonSyncByteArrayOutputStream
 
getDate() - Static method in class org.apache.hive.common.util.HiveVersionInfo
The date that Hive was compiled.
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.
getFileFromClasspath(String) - Static method in class org.apache.hive.common.util.HiveTestUtils
 
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 interface org.apache.hadoop.hive.common.ValidTxnList
Get the largest committed transaction id.
getHighWatermark() - Method in class org.apache.hadoop.hive.common.ValidTxnListImpl
 
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
 
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.
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
 
getJar() - Method in class org.apache.hadoop.hive.conf.HiveConf
 
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
 
getNumCounter() - Method in class org.apache.hadoop.hive.common.metrics.Metrics.MetricsScope
 
getOpenTransactions() - Method in interface org.apache.hadoop.hive.common.ValidTxnList
Get the list of transactions under the high water mark that are still open.
getOpenTransactions() - Method in class org.apache.hadoop.hive.common.ValidTxnListImpl
 
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
 
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
 
getPublisher(Configuration) - Method in enum org.apache.hadoop.hive.common.StatsSetupConst.StatDB
 
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
 
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.
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
 
getTextUtfLength(Text) - Static method in class org.apache.hive.common.util.HiveStringUtils
 
getTimeCounter() - Method in class org.apache.hadoop.hive.common.metrics.Metrics.MetricsScope
 
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
 
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.

H

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.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
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.LongRangeValidator - Class in org.apache.hadoop.hive.conf
 
HiveConf.LongRangeValidator(long, long) - Constructor for class org.apache.hadoop.hive.conf.HiveConf.LongRangeValidator
 
HiveConf.PatternValidator - Class in org.apache.hadoop.hive.conf
 
HiveConf.RatioValidator - Class in org.apache.hadoop.hive.conf
 
HiveConf.RatioValidator() - Constructor for class org.apache.hadoop.hive.conf.HiveConf.RatioValidator
 
HiveConf.StringsValidator - Class in org.apache.hadoop.hive.conf
 
HiveConf.Validator - Interface in org.apache.hadoop.hive.conf
validate value for a ConfVar, return non-null string for fail message
HiveDecimal - Class in org.apache.hadoop.hive.common.type
HiveDecimal.
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
 
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
 
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

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.
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.
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
isActionPermittedForUser(String, FileStatus, FsAction) - Static method in class org.apache.hadoop.hive.common.FileUtils
Check if the given FileStatus indicates that the action is allowed for userName.
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.
isTxnCommitted(long) - Method in interface org.apache.hadoop.hive.common.ValidTxnList
Indicates whether a given transaction has been committed and should be viewed as valid for read.
isTxnCommitted(long) - Method in class org.apache.hadoop.hive.common.ValidTxnListImpl
 
isTxnRangeCommitted(long, long) - Method in interface org.apache.hadoop.hive.common.ValidTxnList
Find out if a range of transaction ids have been committed.
isTxnRangeCommitted(long, long) - Method in class org.apache.hadoop.hive.common.ValidTxnListImpl
 
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

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.

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
 
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).
LOG - Static variable in class org.apache.hadoop.hive.common.ServerUtils
 
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.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_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
 
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
 
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
 
modulo(Decimal128, Decimal128, Decimal128, short) - Static method in class org.apache.hadoop.hive.common.type.Decimal128
Performs decimal modulo
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.

N

negate() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
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.
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
 
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.

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
 
ONE - Static variable in class org.apache.hadoop.hive.common.type.Decimal128
 
ONE - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
 
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.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.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
 

P

parse(String[]) - Method in class org.apache.hadoop.hive.common.cli.CommonCliOptions
Parse the arguments.
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
 
println(String) - Method in class org.apache.hadoop.hive.common.io.CachingPrintStream
 
printUsage() - Method in class org.apache.hadoop.hive.common.cli.CommonCliOptions
Print usage information for the CLI.
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
 

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 interface org.apache.hadoop.hive.common.ValidTxnList
Populate this validTxnList from the string.
readFromString(String) - Method in class org.apache.hadoop.hive.common.ValidTxnListImpl
 
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
 
removeShutdownHook(Runnable) - Static method in class org.apache.hive.common.util.ShutdownHookManager
Removes a shutdownHook.
reopen() - Method in class org.apache.hadoop.hive.common.metrics.Metrics.MetricsScope
Closes scope if open, and reopens it
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
 
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.

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.
ServerUtils() - Constructor for class org.apache.hadoop.hive.common.ServerUtils
 
set(String, Object) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
 
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
 
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
 
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
 
setIsModWhiteListEnabled(boolean) - Method in class org.apache.hadoop.hive.conf.HiveConf
Set if whitelist check is enabled for parameter modification
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
 
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.
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
 
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 originally written for Microsoft 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.
skip(long) - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
skip(long) - Method in class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
 
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.
SqlMathUtil - Class in org.apache.hadoop.hive.common.type
This code was originally written for Microsoft 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
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
 
string2long(String) - Static method in enum org.apache.hive.common.util.HiveStringUtils.TraditionalBinaryPrefix
Convert a string to long.
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
 
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
 

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.
throwIfExceedsTenToThirtyEight() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
Used to check overflows.
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.
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.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.SignedInt128
 
toString() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
 
toString() - Method in class org.apache.hadoop.hive.common.ValidTxnListImpl
 
toString() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
TOTAL_SIZE - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
The name of the statistic Total Size to be published or gathered.
TRUE - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
 
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
 
unscaledValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
 
UnsignedInt128 - Class in org.apache.hadoop.hive.common.type
This code was originally written for Microsoft 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

valClass - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
 
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.HiveConf.LongRangeValidator
 
validate(String) - Method in class org.apache.hadoop.hive.conf.HiveConf.PatternValidator
 
validate(String) - Method in class org.apache.hadoop.hive.conf.HiveConf.RatioValidator
 
validate(String) - Method in class org.apache.hadoop.hive.conf.HiveConf.StringsValidator
 
validate(String) - Method in interface org.apache.hadoop.hive.conf.HiveConf.Validator
 
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.
ValidTxnListImpl - Class in org.apache.hadoop.hive.common
 
ValidTxnListImpl() - Constructor for class org.apache.hadoop.hive.common.ValidTxnListImpl
 
ValidTxnListImpl(long[], long) - Constructor for class org.apache.hadoop.hive.common.ValidTxnListImpl
 
ValidTxnListImpl(String) - Constructor for class org.apache.hadoop.hive.common.ValidTxnListImpl
 
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 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.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.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
 
verifyAndSet(String, String) - Method in class org.apache.hadoop.hive.conf.HiveConf
 

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 interface org.apache.hadoop.hive.common.ValidTxnList
Write this validTxnList into a string.
writeToString() - Method in class org.apache.hadoop.hive.common.ValidTxnListImpl
 

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 R S T U V W Z

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