object GpuToTimestamp extends Arm
- Alphabetic
- By Inheritance
- GpuToTimestamp
- Arm
- AnyRef
- Any
- Hide All
- Show All
- 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
- val CORRECTED_COMPATIBLE_FORMATS: Seq[String]
-
val
FIX_DATES: Seq[RegexReplace]
Convert dates to standard format
-
val
FIX_SINGLE_DIGIT_DAY: RegexReplace
Regex rule to replace "yyyy-mm-d" with "yyyy-mm-dd"
-
val
FIX_SINGLE_DIGIT_HOUR: RegexReplace
Regex rule to replace "yyyy-mm-dd[ T]h:" with "yyyy-mm-dd hh:"
-
val
FIX_SINGLE_DIGIT_MINUTE: RegexReplace
Regex rule to replace "yyyy-mm-dd[ T]hh:m:" with "yyyy-mm-dd[ T]hh:mm:"
-
val
FIX_SINGLE_DIGIT_MONTH: RegexReplace
Regex rule to replace "yyyy-m-" with "yyyy-mm-"
-
val
FIX_SINGLE_DIGIT_SECOND: RegexReplace
Regex rule to replace "yyyy-mm-dd[ T]hh:mm:s" with "yyyy-mm-dd[ T]hh:mm:ss"
-
val
FIX_TIMESTAMPS: Seq[RegexReplace]
Convert timestamps to standard format
- val LEGACY_COMPATIBLE_FORMATS: Map[String, LegacyParseFormat]
-
val
REMOVE_WHITESPACE_FROM_MONTH_DAY: RegexReplace
remove whitespace before month and day
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asTimestampOrNull(cv: ColumnVector, dtype: DType, strfFormat: String, asTimestamp: (ColumnVector, String) ⇒ ColumnVector): ColumnVector
Parse a string column to timestamp.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
closeOnExcept[T <: AutoCloseable, V](r: ArrayBuffer[T])(block: (ArrayBuffer[T]) ⇒ V): V
Executes the provided code block, closing the resources only if an exception occurs
Executes the provided code block, closing the resources only if an exception occurs
- Definition Classes
- Arm
-
def
closeOnExcept[T <: AutoCloseable, V](r: Array[T])(block: (Array[T]) ⇒ V): V
Executes the provided code block, closing the resources only if an exception occurs
Executes the provided code block, closing the resources only if an exception occurs
- Definition Classes
- Arm
-
def
closeOnExcept[T <: AutoCloseable, V](r: Seq[T])(block: (Seq[T]) ⇒ V): V
Executes the provided code block, closing the resources only if an exception occurs
Executes the provided code block, closing the resources only if an exception occurs
- Definition Classes
- Arm
-
def
closeOnExcept[T <: AutoCloseable, V](r: T)(block: (T) ⇒ V): V
Executes the provided code block, closing the resource only if an exception occurs
Executes the provided code block, closing the resource only if an exception occurs
- Definition Classes
- Arm
- def daysEqual(col: ColumnVector, name: String): ColumnVector
- def daysScalarMicros(name: String): Scalar
- def daysScalarSeconds(name: String): Scalar
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
freeOnExcept[T <: RapidsBuffer, V](r: T)(block: (T) ⇒ V): V
Executes the provided code block, freeing the RapidsBuffer only if an exception occurs
Executes the provided code block, freeing the RapidsBuffer only if an exception occurs
- Definition Classes
- Arm
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTimestamp(col: ColumnVector, sparkFormat: String, strfFormat: String): ColumnVector
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseStringAsTimestamp(lhs: GpuColumnVector, sparkFormat: String, strfFormat: String, dtype: DType, daysScalar: (String) ⇒ Scalar, asTimestamp: (ColumnVector, String) ⇒ ColumnVector): ColumnVector
-
def
parseStringAsTimestampWithLegacyParserPolicy(lhs: GpuColumnVector, sparkFormat: String, strfFormat: String, dtype: DType, asTimestamp: (ColumnVector, String) ⇒ ColumnVector): ColumnVector
Parse string to timestamp when timeParserPolicy is LEGACY.
Parse string to timestamp when timeParserPolicy is LEGACY. This was the default behavior prior to Spark 3.0
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @native() @throws( ... )
-
def
withResource[T <: AutoCloseable, V](r: ArrayBuffer[T])(block: (ArrayBuffer[T]) ⇒ V): V
Executes the provided code block and then closes the array buffer of resources
Executes the provided code block and then closes the array buffer of resources
- Definition Classes
- Arm
-
def
withResource[T <: AutoCloseable, V](r: Array[T])(block: (Array[T]) ⇒ V): V
Executes the provided code block and then closes the array of resources
Executes the provided code block and then closes the array of resources
- Definition Classes
- Arm
-
def
withResource[T <: AutoCloseable, V](r: Seq[T])(block: (Seq[T]) ⇒ V): V
Executes the provided code block and then closes the sequence of resources
Executes the provided code block and then closes the sequence of resources
- Definition Classes
- Arm
-
def
withResource[T <: AutoCloseable, V](r: Option[T])(block: (Option[T]) ⇒ V): V
Executes the provided code block and then closes the Option[resource]
Executes the provided code block and then closes the Option[resource]
- Definition Classes
- Arm
-
def
withResource[T <: AutoCloseable, V](r: T)(block: (T) ⇒ V): V
Executes the provided code block and then closes the resource
Executes the provided code block and then closes the resource
- Definition Classes
- Arm
-
def
withResourceIfAllowed[T, V](r: T)(block: (T) ⇒ V): V
Executes the provided code block and then closes the value if it is AutoCloseable
Executes the provided code block and then closes the value if it is AutoCloseable
- Definition Classes
- Arm