Class NumericType

Object
org.apache.spark.sql.types.DataType
org.apache.spark.sql.types.NumericType
Direct Known Subclasses:
ByteType, DecimalType, DoubleType, FloatType, IntegerType, LongType, ShortType

public abstract class NumericType extends DataType
Numeric data types.

Since:
1.3.0
  • Constructor Details

    • NumericType

      public NumericType()