Class SparkTypeUtils


  • public final class SparkTypeUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Comparator<org.apache.spark.unsafe.types.CalendarInterval> CALENDAR_INTERVAL_COMPARATOR  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.spark.unsafe.types.CalendarInterval convertDuration​(org.apache.cassandra.bridge.type.InternalDuration duration)  
      static org.apache.cassandra.bridge.type.InternalDuration convertDuration​(org.apache.spark.unsafe.types.CalendarInterval interval)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CALENDAR_INTERVAL_COMPARATOR

        public static final java.util.Comparator<org.apache.spark.unsafe.types.CalendarInterval> CALENDAR_INTERVAL_COMPARATOR
    • Method Detail

      • convertDuration

        public static org.apache.spark.unsafe.types.CalendarInterval convertDuration​(org.apache.cassandra.bridge.type.InternalDuration duration)
      • convertDuration

        public static org.apache.cassandra.bridge.type.InternalDuration convertDuration​(org.apache.spark.unsafe.types.CalendarInterval interval)