Details
Description
add functions for:
- castAlias("boolean", BooleanType),
- castAlias("tinyint", ByteType),
- castAlias("smallint", ShortType),
- castAlias("int", IntegerType),
- castAlias("bigint", LongType),
- castAlias("float", FloatType),
- castAlias("double", DoubleType),
- castAlias("decimal", DecimalType.USER_DEFAULT),
- castAlias("date", DateType),
- castAlias("timestamp", TimestampType),
- castAlias("binary", BinaryType),
- castAlias("string", StringType),