object TypeSigUtil extends TypeSigUtilBase
Add DayTimeIntervalType and YearMonthIntervalType support
- Alphabetic
- By Inheritance
- TypeSigUtil
- TypeSigUtilBase
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
getAllSupportedTypes(): TypeEnum.ValueSet
Get all supported types for the spark-specific
Get all supported types for the spark-specific
- returns
the all supported typ
- Definition Classes
- TypeSigUtil → TypeSigUtilBase
-
def
getAnsiInterval: TypeSig
Get Ansi year-month and day-time TypeSig
Get Ansi year-month and day-time TypeSig
- Definition Classes
- TypeSigUtil → TypeSigUtilBase
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getNumericAndInterval(): TypeSig
Get numeric and interval TypeSig
Get numeric and interval TypeSig
- Definition Classes
- TypeSigUtil → TypeSigUtilBase
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSupported(check: TypeEnum.ValueSet, dataType: DataType): Boolean
Check if this type of Spark-specific is supported by the plugin or not.
Check if this type of Spark-specific is supported by the plugin or not.
- check
the Supported Types
- dataType
the data type to be checked
- returns
true if it is allowed else false.
- Definition Classes
- TypeSigUtil → TypeSigUtilBase
-
def
mapDataTypeToTypeEnum(dataType: DataType): TypeEnum.Value
Map DataType to TypeEnum
Map DataType to TypeEnum
- dataType
the data type to be mapped
- returns
the TypeEnum
- Definition Classes
- TypeSigUtil → TypeSigUtilBase
-
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
reasonNotSupported(check: TypeEnum.ValueSet, dataType: DataType, notSupportedReason: Seq[String]): Seq[String]
Return the reason why this type is not supported.\
Return the reason why this type is not supported.\
- check
the Supported Types
- dataType
the data type to be checked
- notSupportedReason
the reason for not supporting
- returns
the reason
- Definition Classes
- TypeSigUtil → TypeSigUtilBase
-
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
- @throws( ... ) @native()