| Class | Description |
|---|---|
| Date |
This is the internal type for Date.
|
| DateUtils |
DateUtils.
|
| FastHiveDecimal |
FastHiveDecimal is a mutable fast decimal object.
|
| FastHiveDecimalImpl |
This class is a companion to the FastHiveDecimal class that separates the essential of code out
of FastHiveDecimal into static methods in this class so that they can be used directly by
vectorization to implement decimals by storing the fast0, fast1, and fast2 longs and the
fastSignum, fastScale, etc ints in the DecimalColumnVector class.
|
| HiveDecimal |
HiveDecimal is a decimal data type with a maximum precision and scale.
|
| HiveIntervalDayTime |
Day-time interval type representing an offset in days/hours/minutes/seconds, with nanosecond
precision.
|
| HiveIntervalYearMonth | |
| IntervalDayTimeUtils |
DateUtils.
|
| Timestamp |
This is the internal type for Timestamp.
|
| TimestampTZ |
This is the internal type for Timestamp with time zone.
|
| TimestampTZUtil |
| Enum | Description |
|---|---|
| FastHiveDecimal.FastCheckPrecisionScaleStatus |
Copyright © 2023 The Apache Software Foundation. All rights reserved.