- DateUtils - Class in org.apache.hive.common.util
-
DateUtils.
- DateUtils() - Constructor for class org.apache.hive.common.util.DateUtils
-
- dbVars - Static variable in class org.apache.hadoop.hive.conf.HiveConf
-
dbVars are the parameters can be set per database.
- Decimal128 - Class in org.apache.hadoop.hive.common.type
-
This code was based on code from Microsoft's PolyBase.
- Decimal128() - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
-
Construct a zero.
- Decimal128(Decimal128) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
-
Copy constructor.
- Decimal128(double, short) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
-
Translates a double into a Decimal128 in the given scaling.
- Decimal128(UnsignedInt128, short, boolean) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
-
Translates a UnsignedInt128 unscaled value, an int scale,
and sign flag into a Decimal128 .
- Decimal128(long) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
-
Translates a long into a Decimal128.
- Decimal128(long, short) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
-
Translates a long into a Decimal128 with the given scaling.
- Decimal128(String, short) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
-
Constructs from the given string.
- Decimal128(char[], int, int, short) - Constructor for class org.apache.hadoop.hive.common.type.Decimal128
-
Constructs from the given string with given offset and length.
- Decimal128FastBuffer - Class in org.apache.hive.common.util
-
A helper class for fast serialization of decimal128 in the BigDecimal byte[] representation
- Decimal128FastBuffer() - Constructor for class org.apache.hive.common.util.Decimal128FastBuffer
-
- decrement(SignedInt128, SignedInt128) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- decrementConstructive() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- decrementDestructive() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Subtracts one from this value.
- decrementDestructive() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Subtracts one from this value.
- DEFAULT_COMPAT_LEVEL - Static variable in class org.apache.hive.common.HiveCompat
-
- DEFAULT_FPP - Static variable in class org.apache.hive.common.util.BloomFilter
-
- defaultBoolVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
-
- defaultFloatVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
-
- defaultIntVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
-
- defaultLongVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
-
- defaultStrVal - Variable in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
-
- difference(UnsignedInt128, UnsignedInt128, UnsignedInt128) - Static method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Calculates absolute difference (remember that this is unsigned) of left and
right operator.
- differenceScaleTen(UnsignedInt128, UnsignedInt128, UnsignedInt128, short) - Static method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Calculates absolute difference of left and right operator after ten-based
scaling on right.
- DigestPrintStream - Class in org.apache.hadoop.hive.common.io
-
- DigestPrintStream(OutputStream, String) - Constructor for class org.apache.hadoop.hive.common.io.DigestPrintStream
-
- DiskRange - Class in org.apache.hadoop.hive.common
-
The sections of a file.
- DiskRange(long, long) - Constructor for class org.apache.hadoop.hive.common.DiskRange
-
- DiskRangeList - Class in org.apache.hadoop.hive.common
-
Java linked list iterator interface is convoluted, and moreover concurrent modifications
of the same list by multiple iterators are impossible.
- DiskRangeList(long, long) - Constructor for class org.apache.hadoop.hive.common.DiskRangeList
-
- DiskRangeList.DiskRangeListCreateHelper - Class in org.apache.hadoop.hive.common
-
- DiskRangeList.DiskRangeListCreateHelper() - Constructor for class org.apache.hadoop.hive.common.DiskRangeList.DiskRangeListCreateHelper
-
- DiskRangeList.DiskRangeListMutateHelper - Class in org.apache.hadoop.hive.common
-
List in-place mutation helper - a bogus first element that is inserted before list head,
and thus remains constant even if head is replaced with some new range via in-place list
mutation.
- DiskRangeList.DiskRangeListMutateHelper(DiskRangeList) - Constructor for class org.apache.hadoop.hive.common.DiskRangeList.DiskRangeListMutateHelper
-
- divide(Decimal128, Decimal128, Decimal128, short) - Static method in class org.apache.hadoop.hive.common.type.Decimal128
-
Performs division and puts the result into the given object.
- divide(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- divide(SignedInt128, SignedInt128, SignedInt128, SignedInt128) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Performs division and puts the quotient into the given object.
- divideConstructive(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- divideConstructive(UnsignedInt128, UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- divideDestructive(Decimal128, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Divide the target object by right, and scale the result to newScale.
- divideDestructive(int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Divides this value with the given value.
- divideDestructive(SignedInt128, SignedInt128) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Performs division and puts the quotient into this object.
- divideDestructive(UnsignedInt128, UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Divides this value with the given value.
- divideDestructive(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Divides this value with the given value.
- divideDestructive(long) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Divides this value with the given value.
- divideDestructiveNativeDecimal128(Decimal128, short, Decimal128) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
As of 1/20/2014 this has a known bug in division.
- divideMultiPrecision(int[], int[], int[]) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
-
Multi-precision divide.
- divideScaleUpTenDestructive(UnsignedInt128, short, UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Scale up this object for 10**tenScale and then divides this value with the
given value.
- divideUnsignedLong(long, long) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
-
If we can assume JDK 1.8, this should use java.lang.Long.divideUnsigned(),
which will be replaced with intrinsics in JVM.
- DO_NOT_UPDATE_STATS - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
-
- doubleValue() - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Converts this Decimal128 to a double.
- doubleValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- doubleValue() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
- dummy - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
-
- GenHiveTemplate - Class in org.apache.hadoop.hive.ant
-
Generates hive-default.xml.template from HiveConf.ConfVars
- GenHiveTemplate() - Constructor for class org.apache.hadoop.hive.ant.GenHiveTemplate
-
- genLocalJarForTest(String, String) - Static method in class org.apache.hive.common.util.HiveTestUtils
-
- get() - Method in class org.apache.hadoop.hive.common.DiskRangeList.DiskRangeListCreateHelper
-
- get() - Method in class org.apache.hadoop.hive.common.DiskRangeList.DiskRangeListMutateHelper
-
- get(String) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
-
- get(String) - Method in interface org.apache.hadoop.hive.common.metrics.MetricsMBean
-
- get(String) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
-
- get(int) - Method in class org.apache.hive.common.util.BloomFilter.BitSet
-
Returns true if the bit is set in the specified index.
- getAggregator(Configuration) - Method in enum org.apache.hadoop.hive.common.StatsSetupConst.StatDB
-
- getAllProperties() - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getAnnotation(Class<?>, Class<T>) - Static method in class org.apache.hive.common.util.AnnotationUtils
-
- getAnnotation(Method, Class<T>) - Static method in class org.apache.hive.common.util.AnnotationUtils
-
- getAttribute(String) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
-
- getAttributes(String[]) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
-
- getAuxJars() - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getBitSet() - Method in class org.apache.hive.common.util.BloomFilter
-
- getBitSize() - Method in class org.apache.hive.common.util.BloomFilter
-
- getBoolVar(Configuration, HiveConf.ConfVars) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getBoolVar(Configuration, HiveConf.ConfVars, boolean) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getBoolVar(HiveConf.ConfVars) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getBranch() - Static method in class org.apache.hive.common.util.HiveVersionInfo
-
Get the branch on which this originated.
- getBuildVersion() - Static method in class org.apache.hive.common.util.HiveVersionInfo
-
Returns the buildVersion which includes version,
revision, user and date.
- getByteBuffer(int) - Method in class org.apache.hive.common.util.Decimal128FastBuffer
-
- getBytes(int) - Method in class org.apache.hive.common.util.Decimal128FastBuffer
-
- getChangedProperties() - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getCharacterLength() - Method in class org.apache.hadoop.hive.common.type.HiveBaseChar
-
- getCharacterLength() - Method in class org.apache.hadoop.hive.common.type.HiveChar
-
- getClassLoader() - Static method in class org.apache.hadoop.hive.common.JavaUtils
-
Standard way of getting classloader in Hive code (outside of Hadoop).
- getColumnInternalName(int) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getCompatLevel(HiveConf) - Static method in class org.apache.hive.common.HiveCompat
-
Returned the configured compatibility level
- getCompatLevel(String) - Static method in class org.apache.hive.common.HiveCompat
-
- getConfSystemProperties() - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
This method returns a mapping from config variable name to its value for all config variables
which have been set using System properties
- getConfVars(String) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getCount() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
- getData() - Method in class org.apache.hadoop.hive.common.DiskRange
-
- getData() - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
-
- getData() - Method in class org.apache.hive.common.util.BloomFilter.BitSet
-
- getDate() - Static method in class org.apache.hive.common.util.HiveVersionInfo
-
The date that Hive was compiled.
- getDateFormat() - Static method in class org.apache.hive.common.util.DateUtils
-
- getDays() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
-
- getDefaultExpr() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
-
- getDefaultValue() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
-
- getDescription() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
-
- getDigitsArray(int[]) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
- getEnd() - Method in class org.apache.hadoop.hive.common.DiskRange
-
- getExpected() - Method in class org.apache.hadoop.hive.conf.Validator.StringSet
-
- getFileFromClasspath(String) - Static method in class org.apache.hive.common.util.HiveTestUtils
-
- getFileStatusOrNull(FileSystem, Path) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
Attempts to get file status.
- getFileStatusRecurse(Path, int, FileSystem) - Static method in class org.apache.hadoop.hive.common.HiveStatsUtils
-
Get all file status from a root path and recursively go deep into certain levels.
- getFirst() - Method in class org.apache.hadoop.hive.common.ObjectPair
-
- getFloatVar(Configuration, HiveConf.ConfVars) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getFloatVar(Configuration, HiveConf.ConfVars, float) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getFloatVar(HiveConf.ConfVars) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getFormattedTimeWithDiff(DateFormat, long, long) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Formats time in ms and appends difference (finishTime - startTime)
as returned by formatTimeDiff().
- getHighWatermark() - Method in class org.apache.hadoop.hive.common.ValidReadTxnList
-
- getHighWatermark() - Method in interface org.apache.hadoop.hive.common.ValidTxnList
-
Get the largest committed transaction id.
- getHiveDecimalString() - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Returns the string representation of this value.
- getHiveDefaultLocation() - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getHiveServer2SiteLocation() - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getHiveSiteLocation() - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getHostname() - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Return hostname without throwing exception.
- getHours() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
-
- getIntervalDayTimeNanosFromTotalNanos(long) - Static method in class org.apache.hive.common.util.DateUtils
-
- getIntervalDayTimeTotalNanos(HiveIntervalDayTime) - Static method in class org.apache.hive.common.util.DateUtils
-
- getIntervalDayTimeTotalSecondsFromTotalNanos(long) - Static method in class org.apache.hive.common.util.DateUtils
-
- getIntsPerElement(int) - Static method in class org.apache.hadoop.hive.common.type.Decimal128
-
Determines the number of ints to store one value.
- getIntsPerElement(int) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Determines the number of ints to store one value.
- getIntsPerElement(int) - Static method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Determines the number of ints to store one value.
- getIntVar(Configuration, HiveConf.ConfVars) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getIntVar(HiveConf.ConfVars) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getInvalidTransactions() - Method in class org.apache.hadoop.hive.common.ValidReadTxnList
-
- getInvalidTransactions() - Method in interface org.apache.hadoop.hive.common.ValidTxnList
-
Get the list of transactions under the high water mark that are not valid.
- getJar() - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getLength() - Method in class org.apache.hadoop.hive.common.DiskRange
-
- getLength() - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
-
- getLength() - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
-
- getLongVar(Configuration, HiveConf.ConfVars) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getLongVar(Configuration, HiveConf.ConfVars, long) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getLongVar(HiveConf.ConfVars) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getMBeanInfo() - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
-
- getMetaConf(String) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getMetastoreSiteLocation() - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getMinutes() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
-
- getMonths() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
-
- getNanos() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
-
- getNumCounter() - Method in class org.apache.hadoop.hive.common.metrics.Metrics.MetricsScope
-
- getNumHashFunctions() - Method in class org.apache.hive.common.util.BloomFilter
-
- getOffset() - Method in class org.apache.hadoop.hive.common.DiskRange
-
- getOutput() - Method in class org.apache.hadoop.hive.common.io.CachingPrintStream
-
- getPaddedValue(String, int) - Static method in class org.apache.hadoop.hive.common.type.HiveBaseChar
-
- getPaddedValue() - Method in class org.apache.hadoop.hive.common.type.HiveChar
-
- getParser(HiveConf) - Static method in class org.apache.hadoop.hive.common.jsonexplain.JsonParserFactory
-
- getPathOrParentThatExists(FileSystem, Path) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
Find the parent of path that exists, if path does not exist
- getPosition() - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
-
- getPositionFromInternalName(String) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getPropertiesExplain(Properties) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
- getPublisher(Configuration) - Method in enum org.apache.hadoop.hive.common.StatsSetupConst.StatDB
-
- getRawDescription() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
-
- getRevision() - Static method in class org.apache.hive.common.util.HiveVersionInfo
-
Get the subversion revision number for the root directory
- getScale() - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Returns the scale of this Decimal128.
- getScope(String) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
-
- getSecond() - Method in class org.apache.hadoop.hive.common.ObjectPair
-
- getSeconds() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
-
- getShortVersion() - Static method in class org.apache.hive.common.util.HiveVersionInfo
-
Get the Hive short version, with major/minor/change version numbers.
- getSignum() - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Returns the signum of this Decimal128.
- getSparkConfigUpdated() - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getSrcChecksum() - Static method in class org.apache.hive.common.util.HiveVersionInfo
-
Get the checksum of the source files from which Hive was
built.
- getStringCollection(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Returns a collection of strings.
- getStrings(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Returns an arraylist of strings.
- getStrippedValue() - Method in class org.apache.hadoop.hive.common.type.HiveChar
-
- getSubstitute(Configuration, String) - Method in class org.apache.hadoop.hive.conf.SystemVariables
-
- getTail() - Method in class org.apache.hadoop.hive.common.DiskRangeList.DiskRangeListCreateHelper
-
- getTemplateFile() - Method in class org.apache.hadoop.hive.ant.GenHiveTemplate
-
- getTextUtfLength(Text) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
- getTimeCounter() - Method in class org.apache.hadoop.hive.common.metrics.Metrics.MetricsScope
-
- getTimeUnit() - Method in class org.apache.hadoop.hive.conf.Validator.TimeValidator
-
- getTimeVar(Configuration, HiveConf.ConfVars, TimeUnit) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getTimeVar(HiveConf.ConfVars, TimeUnit) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getTotalMonths() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
-
- getTotalSeconds() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
-
Returns days/hours/minutes all converted into seconds.
- getTrimmedStringCollection(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Splits a comma separated value String, trimming leading and trailing whitespace on each value.
- getTrimmedStrings(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Splits a comma separated value String, trimming leading and trailing whitespace on each value.
- getUnscaledValue() - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Returns unscaled value of this Decimal128.
- getUrl() - Static method in class org.apache.hive.common.util.HiveVersionInfo
-
Get the subversion URL for the root Hive directory.
- getUser() - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getUser() - Static method in class org.apache.hive.common.util.HiveVersionInfo
-
The user that compiled Hive.
- getV() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
- getV0() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
- getV0() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
- getV1() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
- getV1() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
- getV2() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
- getV2() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
- getV3() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
- getV3() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
- getValidator() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
-
- getValue() - Method in class org.apache.hadoop.hive.common.type.HiveBaseChar
-
- getVar(Configuration, HiveConf.ConfVars) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getVar(Configuration, HiveConf.ConfVars, String) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- getVar(HiveConf.ConfVars) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- getVersion() - Static method in class org.apache.hive.common.util.HiveVersionInfo
-
Get the Hive version.
- getYears() - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
-
- IHiveFileProcessor - Interface in org.apache.hadoop.hive.common.cli
-
Hive file processor is used for processing an executable Hive file
- increment(SignedInt128, SignedInt128) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- incrementConstructive() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- incrementCounter(String) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
-
- incrementCounter(String, long) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
-
- incrementDestructive() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Adds one to this value.
- incrementDestructive() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Adds one to this value.
- init() - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
-
- initHiveExecLog4j() - Static method in class org.apache.hadoop.hive.common.LogUtils
-
Initialize log4j for execution mode.
- initHiveLog4j() - Static method in class org.apache.hadoop.hive.common.LogUtils
-
Initialize log4j.
- inlineMap - Static variable in class org.apache.hadoop.hive.common.jsonexplain.tez.TezJsonParser
-
- inRange(String, Object, Object) - Method in enum org.apache.hadoop.hive.conf.Validator.TYPE
-
- insertAfter(DiskRangeList) - Method in class org.apache.hadoop.hive.common.DiskRangeList
-
Inserts an element after current in the list.
- insertPartAfter(DiskRangeList) - Method in class org.apache.hadoop.hive.common.DiskRangeList
-
Inserts an intersecting range after current in the list and adjusts offset accordingly.
- insertPartBefore(DiskRangeList) - Method in class org.apache.hadoop.hive.common.DiskRangeList
-
Inserts an intersecting range before current in the list and adjusts offset accordingly.
- INT_COUNT - Static variable in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Number of ints to store this object.
- InterfaceAudience - Class in org.apache.hadoop.hive.common.classification
-
Annotation to inform users of a package, class or method's intended audience.
- InterfaceAudience.LimitedPrivate - Annotation Type in org.apache.hadoop.hive.common.classification
-
Intended only for the project(s) specified in the annotation
- InterfaceAudience.Private - Annotation Type in org.apache.hadoop.hive.common.classification
-
Intended for use only within Hive itself.
- InterfaceAudience.Public - Annotation Type in org.apache.hadoop.hive.common.classification
-
Intended for use by any project or application.
- InterfaceStability - Class in org.apache.hadoop.hive.common.classification
-
Annotation to inform users of how much to rely on a particular package,
class or method not changing over time.
- InterfaceStability() - Constructor for class org.apache.hadoop.hive.common.classification.InterfaceStability
-
- InterfaceStability.Evolving - Annotation Type in org.apache.hadoop.hive.common.classification
-
Evolving, but can break compatibility at minor release (i.e.
- InterfaceStability.Stable - Annotation Type in org.apache.hadoop.hive.common.classification
-
Can evolve while retaining compatibility for minor release boundaries.;
can break compatibility only at major release (ie.
- InterfaceStability.Unstable - Annotation Type in org.apache.hadoop.hive.common.classification
-
No guarantee is provided as to reliability or stability across any
level of release granularity.
- intern(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Return the internalized string, or null if the given string is null.
- intern(List<String>) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Return an interned list with identical contents as the given list.
- intern(Map<String, String>) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Return an interned map with identical contents as the given map.
- interrupt() - Method in interface org.apache.hadoop.hive.common.HiveInterruptCallback
-
Request interrupting of the processing
- interrupt() - Static method in class org.apache.hadoop.hive.common.HiveInterruptUtils
-
Request interruption of current hive command
- intValue() - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Converts this Decimal128 to an int.
- intValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- intValue() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
- INVERSE_POWER_FIVES_INT128 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
-
1/5^x, scaled to 128bits (in other words, 2^128/5^x).
- INVERSE_POWER_TENS_INT128 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
-
1/10^x, scaled to 128bits, also word-shifted for better accuracy.
- INVERSE_POWER_TENS_INT128_WORD_SHIFTS - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
-
number of words shifted up in each INVERSE_POWER_TENS_INT128.
- invoke(String, Object[], String[]) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
-
- isActionPermittedForFileHierarchy(FileSystem, FileStatus, String, FsAction) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
Check if user userName has permissions to perform the given FsAction action
on all files under the file whose FileStatus fileStatus is provided
- isCaseSensitive() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
-
- isEmbeddedMetaStore(String) - Static method in class org.apache.hadoop.hive.conf.HiveConfUtil
-
Check if metastore is being used in embedded mode.
- isExcluded() - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
-
- isInline(Vertex) - Static method in class org.apache.hadoop.hive.common.jsonexplain.tez.TezJsonParser
-
- isLoadHiveServer2Config() - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- isLoadMetastoreConfig() - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- isLocalFile(HiveConf, String) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
A best effort attempt to determine if if the file is a local file
- isLocalFile(HiveConf, URI) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
A best effort attempt to determine if if the file is a local file
- isOne() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
- isOwnerOfFileHierarchy(FileSystem, FileStatus, String) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
- isShutdownInProgress() - Static method in class org.apache.hive.common.util.ShutdownHookManager
-
Indicates if shutdown is in progress or not.
- isSubDir(Path, Path, FileSystem) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
Check if first path is a subdirectory of second path.
- isTxnRangeValid(long, long) - Method in class org.apache.hadoop.hive.common.ValidReadTxnList
-
- isTxnRangeValid(long, long) - Method in interface org.apache.hadoop.hive.common.ValidTxnList
-
Find out if a range of transaction ids are valid.
- isTxnValid(long) - Method in class org.apache.hadoop.hive.common.ValidReadTxnList
-
- isTxnValid(long) - Method in interface org.apache.hadoop.hive.common.ValidTxnList
-
Indicates whether a given transaction is valid.
- isType(String) - Method in enum org.apache.hadoop.hive.conf.HiveConf.ConfVars
-
- isUtfStartByte(byte) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Checks if b is the first byte of a UTF-8 character.
- isVerbose() - Method in class org.apache.hadoop.hive.common.cli.CommonCliOptions
-
Should the client be verbose.
- isZero() - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
- isZero() - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
- isZero() - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
- main(String[]) - Static method in class org.apache.hadoop.hive.ant.GenHiveTemplate
-
- main(String[]) - Static method in class org.apache.hive.common.util.HiveVersionInfo
-
- majorVersion - Variable in enum org.apache.hive.common.HiveCompat.CompatLevel
-
- makeDefaultListBucketingDirName(List<String>, String) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
default directory will have the same depth as number of skewed columns
this will make future operation easy like DML merge, concatenate merge
- makeListBucketingDirName(List<String>, List<String>) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
Makes a valid list bucketing directory name.
- makePartName(List<String>, List<String>) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
- makePartName(List<String>, List<String>, String) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
Makes a valid partition name.
- makeQualified(Path, Configuration) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
Variant of Path.makeQualified that qualifies the input path against the default file system
indicated by the configuration
This does not require a FileSystem handle in most cases - only requires the Filesystem URI.
- mark(int) - Method in class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
-
- markSupported() - Method in class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
-
- MAX_CHAR_LENGTH - Static variable in class org.apache.hadoop.hive.common.type.HiveChar
-
- MAX_DIGITS - Static variable in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Can hold up to 10^38.
- MAX_INT_BD - Static variable in class org.apache.hive.common.util.DateUtils
-
- MAX_POWER_FIVE_INT128 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
-
5^55 fits in 2^128.
- MAX_POWER_FIVE_INT31 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
-
5^13 fits in 2^31.
- MAX_POWER_FIVE_INT63 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
-
5^27 fits in 2^63.
- MAX_POWER_TEN_INT128 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
-
10^38 fits in UnsignedInt128.
- MAX_POWER_TEN_INT31 - Static variable in class org.apache.hadoop.hive.common.type.SqlMathUtil
-
10^9 fits in 2^31.
- MAX_PRECISION - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- MAX_SCALE - Static variable in class org.apache.hadoop.hive.common.type.Decimal128
-
Maximum value for #scale.
- MAX_SCALE - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- MAX_VALUE - Static variable in class org.apache.hadoop.hive.common.type.Decimal128
-
Maximum value that can be represented in this class.
- MAX_VALUE - Static variable in class org.apache.hadoop.hive.common.type.SignedInt128
-
Maximum value that can be represented in this class.
- MAX_VALUE - Static variable in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Maximum value that can be represented in this class.
- MAX_VARCHAR_LENGTH - Static variable in class org.apache.hadoop.hive.common.type.HiveVarchar
-
- merge(long, long) - Method in class org.apache.hadoop.hive.common.DiskRange
-
- merge(BloomFilter) - Method in class org.apache.hive.common.util.BloomFilter
-
Merge the specified bloom filter with current bloom filter.
- mergeJoinDummyVertexs - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
-
- METACONF_PREFIX - Static variable in class org.apache.hadoop.hive.conf.SystemVariables
-
- metaConfVars - Static variable in class org.apache.hadoop.hive.conf.HiveConf
-
User configurable Metastore vars
- metaVars - Static variable in class org.apache.hadoop.hive.conf.HiveConf
-
Metastore related options that the db is initialized against.
- Metrics - Class in org.apache.hadoop.hive.common.metrics
-
Metrics Subsystem - allows exposure of a number of named parameters/counters
via jmx, intended to be used as a static subsystem
Has a couple of primary ways it can be used:
(i) Using the set and get methods to set and get named parameters
(ii) Using the incrementCounter method to increment and set named
parameters in one go, rather than having to make a get and then a set.
- Metrics.MetricsScope - Class in org.apache.hadoop.hive.common.metrics
-
MetricsScope : A class that encapsulates an idea of a metered scope.
- MetricsMBean - Interface in org.apache.hadoop.hive.common.metrics
-
MBean definition for metrics tracking from jmx
- MetricsMBeanImpl - Class in org.apache.hadoop.hive.common.metrics
-
- MetricsMBeanImpl() - Constructor for class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
-
- millisFormatString - Static variable in class org.apache.hive.common.util.TimestampParser
-
- MIN_SCALE - Static variable in class org.apache.hadoop.hive.common.type.Decimal128
-
Minimum value for #scale.
- MIN_VALUE - Static variable in class org.apache.hadoop.hive.common.type.Decimal128
-
Minimum value that can be represented in this class.
- MIN_VALUE - Static variable in class org.apache.hadoop.hive.common.type.SignedInt128
-
Minimum value that can be represented in this class.
- MIN_VALUE - Static variable in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Minimum value that can be represented in this class.
- minorVersion - Variable in enum org.apache.hive.common.HiveCompat.CompatLevel
-
- mkdir(FileSystem, Path, boolean, Configuration) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
Creates the directory and all necessary parent directories.
- modulo(Decimal128, Decimal128, Decimal128, short) - Static method in class org.apache.hadoop.hive.common.type.Decimal128
-
Performs decimal modulo
- MONTHS_PER_YEAR - Static variable in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
-
- moveToTrash(FileSystem, Path, Configuration) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
Move a particular file or directory to the trash.
- multiply(Decimal128, Decimal128, Decimal128, short) - Static method in class org.apache.hadoop.hive.common.type.Decimal128
-
Calculates multiplication and puts the result into the given object.
- multiply(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- multiply(SignedInt128, SignedInt128, SignedInt128) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Calculates multiplication and puts the result into the given object.
- multiplyConstructive(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- multiplyConstructive(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- multiplyConstructive256(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
This version returns the result of multiplication as 256bit data.
- multiplyDestructive(Decimal128, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Performs multiplication, changing the scale of this object to the specified
value.
- multiplyDestructive(SignedInt128) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Performs multiplication.
- multiplyDestructive(int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Performs multiplication.
- multiplyDestructive(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Multiplies this value with the given integer value.
- multiplyDestructive(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Multiplies this value with the given value.
- multiplyDestructiveNativeDecimal128(Decimal128, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
As of 2/11/2014 this has a known bug in multiplication.
- multiplyScaleDownTenDestructive(UnsignedInt128, short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Multiply this value with the given value, followed by ten-based scale down.
- multiplyShiftDestructive(UnsignedInt128, short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Multiplies this value with the given value, followed by right bit shifts to
scale it back to this object.
- Murmur3 - Class in org.apache.hive.common.util
-
Murmur3 is successor to Murmur2 fast non-crytographic hash algorithms.
- Murmur3() - Constructor for class org.apache.hive.common.util.Murmur3
-
- scale() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- scaleByPowerOfTen(int) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- scaleDownFiveDestructive(short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Scale down the value for 5**tenScale (this := this / 5**tenScale).
- scaleDownTen(SignedInt128, SignedInt128, short) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- scaleDownTenDestructive(short) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Scale down the value for 10**tenScale (this := this / 10**tenScale).
- scaleDownTenDestructive(short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Scale down the value for 10**tenScale (this := this / 10**tenScale).
- scaleUpFiveDestructive(short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Scale up the value for 5**tenScale (this := this * 5**tenScale).
- scaleUpTen(SignedInt128, SignedInt128, short) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- scaleUpTenDestructive(short) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Scale up the value for 10**tenScale (this := this * 10**tenScale).
- scaleUpTenDestructive(short) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Scale up the value for 10**tenScale (this := this * 10**tenScale).
- serializeTo(int[], int, int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Serialize this object to the given array, putting the required number of
ints for the given precision.
- serializeTo(IntBuffer, int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Serialize this object to the given ByteBuffer, putting the required number
of ints for the given precision.
- serializeTo(IntBuffer, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Serialize this object to the given ByteBuffer, putting the required number
of ints for the given precision.
- serializeTo(int[], int, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Serialize this object to the given array, putting the required number of
ints for the given precision.
- serializeTo128(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Serialize this object to the given integers, putting 128+32 bits of data
(full range).
- serializeTo128(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Serialize this object to the given ByteBuffer, putting 128+32 bits of data
(full range).
- serializeTo128(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Serializes the value of this object to the given array, putting 128 bits
data (full ranges).
- serializeTo128(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Serializes the value of this object to ByteBuffer, putting 128 bits data
(full ranges).
- serializeTo128(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Serialize this object to the given ByteBuffer, putting 128 bits data (full
ranges).
- serializeTo128(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Serialize this object to the given array, putting 128 bits data (full
ranges).
- serializeTo32(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Serialize this object to the given integers, putting only 32+32 bits of
data.
- serializeTo32(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Serialize this object to the given ByteBuffer, putting only 32+32 bits of
data.
- serializeTo32(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Serializes the value of this object to the given array, putting only 32
bits data.
- serializeTo32(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Serializes the value of this object to ByteBuffer, putting only 32 bits
data.
- serializeTo32(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Serialize this object to the given ByteBuffer, putting only 32 bits data.
- serializeTo32(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Serialize this object to the given array, putting only 32 bits data.
- serializeTo64(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Serialize this object to the given integers, putting only 64+32 bits of
data.
- serializeTo64(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Serialize this object to the given ByteBuffer, putting only 64+32 bits of
data.
- serializeTo64(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Serializes the value of this object to the given array, putting only 64
bits data.
- serializeTo64(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Serializes the value of this object to ByteBuffer, putting only 64 bits
data.
- serializeTo64(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Serialize this object to the given ByteBuffer, putting only 64 bits data.
- serializeTo64(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Serialize this object to the given array, putting only 64 bits data.
- serializeTo96(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Serialize this object to the given integers, putting only 96+32 bits of
data.
- serializeTo96(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Serialize this object to the given ByteBuffer, putting only 96+32 bits of
data.
- serializeTo96(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Serializes the value of this object to the given array, putting only 96
bits data.
- serializeTo96(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Serializes the value of this object to ByteBuffer, putting only 96 bits
data.
- serializeTo96(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Serialize this object to the given ByteBuffer, putting only 96 bits data.
- serializeTo96(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Serialize this object to the given array, putting only 96 bits data.
- ServerUtils - Class in org.apache.hadoop.hive.common
-
ServerUtils (specific to HiveServer version 1)
- ServerUtils() - Constructor for class org.apache.hadoop.hive.common.ServerUtils
-
- set(String, Object) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
-
- set(int, int, int, int, int) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
-
- set(long, int) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
-
- set(BigDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
-
- set(HiveIntervalDayTime) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalDayTime
-
- set(int, int) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
-
- set(int) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
-
- set(HiveIntervalYearMonth) - Method in class org.apache.hadoop.hive.common.type.HiveIntervalYearMonth
-
- set(int) - Method in class org.apache.hive.common.util.BloomFilter.BitSet
-
Sets the bit at specified index.
- SET_COLUMN_NAME - Static variable in class org.apache.hadoop.hive.conf.SystemVariables
-
- setAttribute(Attribute) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
-
- setAttributes(AttributeList) - Method in class org.apache.hadoop.hive.common.metrics.MetricsMBeanImpl
-
- setAuxJars(String) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- setBoolVar(Configuration, HiveConf.ConfVars, boolean) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- setBoolVar(HiveConf.ConfVars, boolean) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- setConf(Object, Configuration) - Static method in class org.apache.hive.common.util.ReflectionUtil
-
Check and set 'configuration' if necessary.
- setCount(byte) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
This setter is only for de-serialization, should not be used otherwise.
- setFirst(F) - Method in class org.apache.hadoop.hive.common.ObjectPair
-
- setFloatVar(Configuration, HiveConf.ConfVars, float) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- setFloatVar(HiveConf.ConfVars, float) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- setHiveSiteLocation(URL) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- setIntervalDayTimeTotalNanos(HiveIntervalDayTime, long) - Static method in class org.apache.hive.common.util.DateUtils
-
- setIntVar(Configuration, HiveConf.ConfVars, int) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- setIntVar(HiveConf.ConfVars, int) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- setLoadHiveServer2Config(boolean) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- setLoadMetastoreConfig(boolean) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- setLongVar(Configuration, HiveConf.ConfVars, long) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- setLongVar(HiveConf.ConfVars, long) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- setModifiableWhiteListRegex(String) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
Set white list of parameters that are allowed to be modified
- setNullDataValue() - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Vectorized execution uses the smallest possible positive non-zero
value to prevent possible later zero-divide exceptions.
- setScale(short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
This setter is only for de-serialization, should not be used otherwise.
- setScale(int) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- setScale(int, int) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- setSecond(S) - Method in class org.apache.hadoop.hive.common.ObjectPair
-
- setSignBitInt(int, boolean) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
-
Turn on or off the highest bit of an int value.
- setSignBitLong(long, boolean) - Static method in class org.apache.hadoop.hive.common.type.SqlMathUtil
-
Turn on or off the highest bit of a long value.
- setSignum(byte) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
This setter is only for de-serialization, should not be used otherwise.
- setSparkConfigUpdated(boolean) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- setTemplateFile(String) - Method in class org.apache.hadoop.hive.ant.GenHiveTemplate
-
- setTimeVar(Configuration, HiveConf.ConfVars, long, TimeUnit) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- setTimeVar(HiveConf.ConfVars, long, TimeUnit) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- setUnscaledValue(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
This setter is only for de-serialization, should not be used otherwise.
- setV(int[]) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
This setter is only for de-serialization, should not be used otherwise.
- setV0(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Setter for v0.
- setV1(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Setter for v1.
- setV2(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Setter for v2.
- setV3(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Setter for v3.
- setValue(String, int) - Method in class org.apache.hadoop.hive.common.type.HiveBaseChar
-
Sets the string value to a new value, obeying the max length defined for this object.
- setValue(HiveBaseChar, int) - Method in class org.apache.hadoop.hive.common.type.HiveBaseChar
-
- setValue(String, int) - Method in class org.apache.hadoop.hive.common.type.HiveChar
-
Set char value, padding or truncating the value to the size of len parameter.
- setValue(String) - Method in class org.apache.hadoop.hive.common.type.HiveChar
-
- setValue(String) - Method in class org.apache.hadoop.hive.common.type.HiveVarchar
-
Set the new value
- setValue(HiveVarchar) - Method in class org.apache.hadoop.hive.common.type.HiveVarchar
-
- setVar(Configuration, HiveConf.ConfVars, String) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- setVar(HiveConf.ConfVars, String) - Method in class org.apache.hadoop.hive.conf.HiveConf
-
- ShellCmdExecutor - Class in org.apache.hadoop.hive.common.cli
-
- ShellCmdExecutor(String, PrintStream, PrintStream) - Constructor for class org.apache.hadoop.hive.common.cli.ShellCmdExecutor
-
- shiftLeft(SignedInt128, SignedInt128, int) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- shiftLeftConstructive(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- shiftLeftDestructive(int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Left-shift for the given number of bits.
- shiftLeftDestructive(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Left-shift for the given number of bits.
- shiftLeftDestructiveCheckOverflow(int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Left-shift for the given number of bits.
- shiftRight(SignedInt128, SignedInt128, int, boolean) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- shiftRightConstructive(int, boolean) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- shiftRightDestructive(int, boolean) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Right-shift for the given number of bits.
- shiftRightDestructive(int, boolean) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Right-shift for the given number of bits.
- shortValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- SHUTDOWN_HOOK_PRIORITY - Static variable in class org.apache.hive.common.util.HiveStringUtils
-
Priority of the StringUtils shutdown hook.
- ShutdownHookManager - Class in org.apache.hive.common.util
-
The ShutdownHookManager enables running shutdownHook
in a deterministic order, higher priority first.
- SignedInt128 - Class in org.apache.hadoop.hive.common.type
-
This code was based on code from Microsoft's PolyBase.
- SignedInt128() - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
-
Empty constructor to construct zero.
- SignedInt128(long) - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
-
Construct this object from a long value.
- SignedInt128(UnsignedInt128) - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
-
Construct this object from UnsignedInt128.
- SignedInt128(SignedInt128) - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
-
Copy Constructor.
- SignedInt128(int, int, int, int) - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
-
Construct this object from the given integers.
- SignedInt128(String) - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
-
Constructs from the given string.
- SignedInt128(char[], int, int) - Constructor for class org.apache.hadoop.hive.common.type.SignedInt128
-
Constructs from the given string with given offset and length.
- signum() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
-
Get the sign of the underlying decimal.
- simpleHostname(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Given a full hostname, return the word upto the first dot.
- sizeInBytes() - Method in class org.apache.hive.common.util.BloomFilter
-
- skip(long) - Method in class org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
- skip(long) - Method in class org.apache.hadoop.hive.conf.LoopingByteArrayInputStream
-
- sliceAndShift(long, long, long) - Method in class org.apache.hadoop.hive.common.DiskRange
-
- SortAndDigestPrintStream - Class in org.apache.hadoop.hive.common.io
-
- SortAndDigestPrintStream(OutputStream, String) - Constructor for class org.apache.hadoop.hive.common.io.SortAndDigestPrintStream
-
- SortPrintStream - Class in org.apache.hadoop.hive.common.io
-
- SortPrintStream(OutputStream, String) - Constructor for class org.apache.hadoop.hive.common.io.SortPrintStream
-
- split(long) - Method in class org.apache.hadoop.hive.common.DiskRangeList
-
Splits current element in the list, using DiskRange::slice
- split(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Split a string using the default separator
- split(String, char, char) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Split a string using the given separator
- split(String, char) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Split a string using the given separator, with no escaping performed.
- splitAndUnEscape(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Split a string using the default separator/escape character,
then unescape the resulting array of strings
- splitAndUnEscape(String, char, char) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Split a string using the specified separator/escape character,
then unescape the resulting array of strings using the same escape/separator.
- SqlMathUtil - Class in org.apache.hadoop.hive.common.type
-
This code was based on code from Microsoft's PolyBase.
- sqrtAsDouble() - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Calculate the square root of this value in double precision.
- squareDestructive() - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Multiplies this with this, updating this
- Stage - Class in org.apache.hadoop.hive.common.jsonexplain.tez
-
- Stage(String) - Constructor for class org.apache.hadoop.hive.common.jsonexplain.tez.Stage
-
- STAGING_DIR_PATH_FILTER - Static variable in class org.apache.hadoop.hive.common.FileUtils
-
- startingDateValue - Static variable in class org.apache.hive.common.util.TimestampParser
-
- startScope(String) - Static method in class org.apache.hadoop.hive.common.metrics.Metrics
-
- startupShutdownMessage(Class<?>, String[], Log) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Print a log message for starting up and shutting down
- STATS_FILE_PREFIX - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
-
- STATS_GENERATED_VIA_STATS_TASK - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
-
- STATS_TMP_LOC - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
-
Temp dir for writing stats from tasks.
- statsRequireCompute - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
-
- StatsSetupConst - Class in org.apache.hadoop.hive.common
-
A class that defines the constant strings used by the statistics implementation.
- StatsSetupConst() - Constructor for class org.apache.hadoop.hive.common.StatsSetupConst
-
- StatsSetupConst.StatDB - Enum in org.apache.hadoop.hive.common
-
- StreamPrinter - Class in org.apache.hive.common.util
-
StreamPrinter.
- StreamPrinter(InputStream, String, PrintStream) - Constructor for class org.apache.hive.common.util.StreamPrinter
-
- string2long(String) - Static method in enum org.apache.hive.common.util.HiveStringUtils.TraditionalBinaryPrefix
-
Convert a string to long.
- stringArray - Static variable in class org.apache.hive.common.util.TimestampParser
-
- stringFor(TimeUnit) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- stringifyException(Throwable) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Make a string representation of the exception.
- stringToPath(String[]) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
- stringToURI(String[]) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
- substitute(Configuration, String, int) - Method in class org.apache.hadoop.hive.conf.SystemVariables
-
- subtract(Decimal128, Decimal128, Decimal128, short) - Static method in class org.apache.hadoop.hive.common.type.Decimal128
-
Calculates subtraction and puts the result into the given object.
- subtract(HiveDecimal) - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- subtract(SignedInt128, SignedInt128, SignedInt128) - Static method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Calculates subtraction and puts the result into the given object.
- subtractConstructive(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
This version returns the result as a new object, not modifying the give
objects.
- subtractDestructive(Decimal128, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Calculates subtraction and stores the result into this object.
- subtractDestructive(SignedInt128) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Calculates subtraction and stores the result into this object.
- subtractDestructive(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Subtracts the given value from this value.
- subtractDestructive(int[]) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Subtracts the given value from this value.
- supportedStats - Static variable in class org.apache.hadoop.hive.common.StatsSetupConst
-
- symbol - Variable in enum org.apache.hive.common.util.HiveStringUtils.TraditionalBinaryPrefix
-
- SYSTEM_DEFAULT_PRECISION - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
-
Default precision/scale when system is not able to determine them, such as in case
of a non-generic udf.
- SYSTEM_DEFAULT_SCALE - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- SYSTEM_PREFIX - Static variable in class org.apache.hadoop.hive.conf.SystemVariables
-
- SystemVariables - Class in org.apache.hadoop.hive.conf
-
- SystemVariables() - Constructor for class org.apache.hadoop.hive.conf.SystemVariables
-
- unescapePathName(String) - Static method in class org.apache.hadoop.hive.common.FileUtils
-
- unEscapeString(String) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Unescape commas in the string using the default escape char
- unEscapeString(String, char, char) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
Unescape charToEscape in the string
with the escape char escapeChar
- unEscapeString(String, char, char[]) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
- union - Variable in class org.apache.hadoop.hive.common.jsonexplain.tez.Vertex
-
- unitFor(String, TimeUnit) - Static method in class org.apache.hadoop.hive.conf.HiveConf
-
- unscaledValue() - Method in class org.apache.hadoop.hive.common.type.HiveDecimal
-
- UnsignedInt128 - Class in org.apache.hadoop.hive.common.type
-
This code was based on code from Microsoft's PolyBase.
- UnsignedInt128() - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Creates an instance that represents zero.
- UnsignedInt128(UnsignedInt128) - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Copy constructor.
- UnsignedInt128(int, int, int, int) - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Creates an instance that has the given values.
- UnsignedInt128(long) - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Constructs from the given long value.
- UnsignedInt128(String) - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Constructs from the given string.
- UnsignedInt128(char[], int, int) - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Constructs from the given string with given offset and length.
- UnsignedInt128(BigInteger) - Constructor for class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Constructs from the given BigInteger
- update(Decimal128) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Copy the value of given object.
- update(Decimal128, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Copy the value of given object and assigns a custom scale.
- update(long) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Update the value of this object with the given long.
- update(long, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Update the value of this object with the given long with the given
scal.
- update(double, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Update the value of this object with the given double.
- update(IntBuffer, int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object by reading from ByteBuffer, using the
required number of ints for the given precision.
- update(int[], int, int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object by reading from the given array, using the
required number of ints for the given precision.
- update(BigDecimal) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object with the given
BigDecimal.
- update(BigInteger, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object with the given
BigInteger and scale.
- update(String, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object with the given string.
- update(char[], int, int, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object from the given string with given offset
and length.
- update(long) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Update this object with the given long value.
- update(SignedInt128) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Update this object with the value of the given object.
- update(String) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Updates the value of this object with the given string.
- update(char[], int, int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Updates the value of this object from the given string with given offset
and length.
- update(BigInteger) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object from the given
BigInteger.
- update(UnsignedInt128) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Copy from the given object.
- update(long) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object with the given long value.
- update(int, int, int, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object with the given values.
- update(IntBuffer, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object by reading from ByteBuffer, using the
required number of ints for the given precision.
- update(int[], int, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object by reading from the given array, using the
required number of ints for the given precision.
- update(String) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object with the given string.
- update(char[], int, int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object from the given string with given offset
and length.
- update128(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object by reading from ByteBuffer, receiving
128+32 bits data (full ranges).
- update128(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object by reading from the given integers,
receiving 128+32 bits of data (full range).
- update128(int, int, int, int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Update this object with the given integers, receiving 128 bits data (full
ranges).
- update128(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Updates the value of this object by reading from the given array, receiving
128 bits data (full ranges).
- update128(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Updates the value of this object by reading from ByteBuffer, receiving 128
bits data (full ranges).
- update128(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object by reading from ByteBuffer, receiving 128
bits data (full ranges).
- update128(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object by reading from the given array, receiving
128 bits data (full ranges).
- update32(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object by reading from ByteBuffer, receiving only
32+32 bits data.
- update32(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object by reading from the given integers,
receiving only 32+32 bits data.
- update32(int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Update this object with the given integers, receiving only 32 bits data.
- update32(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Updates the value of this object by reading from the given array, receiving
only 32 bits data.
- update32(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Updates the value of this object by reading from ByteBuffer, receiving only
32 bits data.
- update32(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object by reading from ByteBuffer, receiving only
32 bits data.
- update32(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object by reading from the given array, receiving
only 32 bits data.
- update64(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object by reading from ByteBuffer, receiving only
64+32 bits data.
- update64(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object by reading from the given integers,
receiving only 64+32 bits data.
- update64(int, int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Update this object with the given integers, receiving only 64 bits data.
- update64(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Updates the value of this object by reading from the given array, receiving
only 64 bits data.
- update64(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Updates the value of this object by reading from ByteBuffer, receiving only
64 bits data.
- update64(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object by reading from ByteBuffer, receiving only
64 bits data.
- update64(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object by reading from the given array, receiving
only 64 bits data.
- update96(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object by reading from ByteBuffer, receiving only
96+32 bits data.
- update96(int[], int) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Updates the value of this object by reading from the given integers,
receiving only 96+32 bits data.
- update96(int, int, int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Update this object with the given integers, receiving only 96 bits data.
- update96(int[], int) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Updates the value of this object by reading from the given array, receiving
only 96 bits data.
- update96(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.SignedInt128
-
Updates the value of this object by reading from ByteBuffer, receiving only
96 bits data.
- update96(IntBuffer) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object by reading from ByteBuffer, receiving only
96 bits data.
- update96(int[], int) - Method in class org.apache.hadoop.hive.common.type.UnsignedInt128
-
Updates the value of this object by reading from the given array, receiving
only 96 bits data.
- updateFixedPoint(long, short) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
Update the value to a decimal value with the decimal point equal to
val but with the decimal point inserted scale
digits from the right.
- updateVarianceDestructive(Decimal128, Decimal128, Decimal128, long) - Method in class org.apache.hadoop.hive.common.type.Decimal128
-
For UDAF variance we use the algorithm described by Chan, Golub, and LeVeque in
"Algorithms for computing the sample variance: analysis and recommendations"
The American Statistician, 37 (1983) pp.
- uriToString(URI[]) - Static method in class org.apache.hive.common.util.HiveStringUtils
-
- USER_DEFAULT_PRECISION - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
-
Default precision/scale when user doesn't specify in the column metadata, such as
decimal and decimal(8).
- USER_DEFAULT_SCALE - Static variable in class org.apache.hadoop.hive.common.type.HiveDecimal
-