object TimeZoneDB
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimeZoneDB
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cacheDatabase(): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromDateToTimestamp(inputVector: ColumnVector, desiredTimeZone: ZoneId): ColumnVector
Converts date at the given zone ID to microseconds since 1970-01-01 00:00:00Z.
Converts date at the given zone ID to microseconds since 1970-01-01 00:00:00Z.
- inputVector
UTC timestamp
- desiredTimeZone
desired time zone
- returns
timestamp in the
desiredTimeZone
-
def
fromTimestampToDate(inputVector: ColumnVector, currentTimeZone: ZoneId): ColumnVector
Converts timestamp to date since 1970-01-01 at the given zone ID.
-
def
fromTimestampToUtcTimestamp(inputVector: ColumnVector, currentTimeZone: ZoneId): ColumnVector
Interpret a timestamp as a time in the given time zone, and renders that time as a timestamp in UTC
-
def
fromUtcTimestampToTimestamp(inputVector: ColumnVector, desiredTimeZone: ZoneId): ColumnVector
Renders a timestamp in UTC time zone as a timestamp in
desiredTimeZonetime zoneRenders a timestamp in UTC time zone as a timestamp in
desiredTimeZonetime zone- inputVector
UTC timestamp
- desiredTimeZone
desired time zone
- returns
timestamp in the
desiredTimeZone
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getZoneId(timezoneId: String): ZoneId
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSupportedTimeZone(timezoneId: String): Boolean
- def isSupportedTimezone(timezoneId: ZoneId): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonUTCTimezoneNotSupportedStr(exprName: String): String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def timezoneNotSupportedStr(timezoneIdStr: String): String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()