Packages

object GpuToTimestamp extends Arm

Linear Supertypes
Arm, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GpuToTimestamp
  2. Arm
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val CORRECTED_COMPATIBLE_FORMATS: Seq[String]
  5. val FIX_DATES: Seq[RegexReplace]

    Convert dates to standard format

  6. val FIX_SINGLE_DIGIT_DAY: RegexReplace

    Regex rule to replace "yyyy-mm-d" with "yyyy-mm-dd"

  7. val FIX_SINGLE_DIGIT_HOUR: RegexReplace

    Regex rule to replace "yyyy-mm-dd[ T]h:" with "yyyy-mm-dd hh:"

  8. val FIX_SINGLE_DIGIT_MINUTE: RegexReplace

    Regex rule to replace "yyyy-mm-dd[ T]hh:m:" with "yyyy-mm-dd[ T]hh:mm:"

  9. val FIX_SINGLE_DIGIT_MONTH: RegexReplace

    Regex rule to replace "yyyy-m-" with "yyyy-mm-"

  10. 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"

  11. val FIX_TIMESTAMPS: Seq[RegexReplace]

    Convert timestamps to standard format

  12. val LEGACY_COMPATIBLE_FORMATS: Map[String, LegacyParseFormat]
  13. val REMOVE_WHITESPACE_FROM_MONTH_DAY: RegexReplace

    remove whitespace before month and day

  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def asTimestampOrNull(cv: ColumnVector, dtype: DType, strfFormat: String, asTimestamp: (ColumnVector, String) ⇒ ColumnVector): ColumnVector

    Parse a string column to timestamp.

  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  17. 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
  18. 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
  19. 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
  20. 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
  21. def daysEqual(col: ColumnVector, name: String): ColumnVector
  22. def daysScalarMicros(name: String): Scalar
  23. def daysScalarSeconds(name: String): Scalar
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. 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
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isTimestamp(col: ColumnVector, sparkFormat: String, strfFormat: String): ColumnVector
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def parseStringAsTimestamp(lhs: GpuColumnVector, sparkFormat: String, strfFormat: String, dtype: DType, daysScalar: (String) ⇒ Scalar, asTimestamp: (ColumnVector, String) ⇒ ColumnVector): ColumnVector
  36. 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

  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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

Inherited from Arm

Inherited from AnyRef

Inherited from Any

Ungrouped